sunty
2019-08-05 82e97bd7595ede5f59befe3dd977c8ae11ec848c
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