liuxiaolong
2019-08-08 1e24626fa58f488f7744ce94e88a650f05c7a749
controllers/sdk.go
@@ -102,8 +102,8 @@
// @Router /data/api-v/sdkArg/getSdkArgs [get]
func (sc SdkController) GetSdkArgs(c *gin.Context) {
   sdkId := c.Param("sdkId")
   scope := c.Param("scope")
   sdkId := c.Query("sdkId")
   scope := c.Query("scope")
   if sdkId== "" || scope == ""{
      util.ResponseFormat(c,code.RequestParamError,"参数有误")
      return