Commit 547a6502 by 陶光胜

二维码

parent 1f3ae360
......@@ -87,8 +87,8 @@ public class CustomStoreController {
}
@RequestMapping("open-custom-store")
public RestResponse updateCustomStoreStatus(Integer customStoreId, String appId){
this.customStoreApiService.openCustomStore(UserDetailUtils.getUserDetail().getEnterpriseId(), appId, customStoreId);
public RestResponse updateCustomStoreStatus(Integer customStoreId, String appid){
this.customStoreApiService.openCustomStore(UserDetailUtils.getUserDetail().getEnterpriseId(), appid, customStoreId);
return RestResponse.success();
}
......
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