liuxiaolong
2019-08-06 a89752430a4feb5a1aed94022cde282def39bfe3
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