liuxiaolong
2019-08-20 e8164f07ec594bf7d9574a7f2227e90b87a9f85d
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