liuxiaolong
2019-08-16 f81035f3ecf0c02eaf94d6cba4ac07dfd757012c
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