Commit 9c1de2ab by 陶光胜

小程序二维码生成

parent 358e0c01
......@@ -74,8 +74,8 @@ public class CustomGuideController {
@RequestMapping("get-ext-json")
@IgnoreLogin
public RestResponse getExtJson(Integer enterpriseId, String appId){
ServiceResponse<Map<String, Object>> extJson = this.customGuideApiService.getExtJson(enterpriseId, appId);
public RestResponse getExtJson(Integer enterpriseId, String appid){
ServiceResponse<Map<String, Object>> extJson = this.customGuideApiService.getExtJson(enterpriseId, appid);
return RestResponse.success(extJson.getResult());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment