Commit 222c702d by 程裕兵

feat:添加半屏小程序

parent 84970b15
...@@ -293,7 +293,7 @@ public class StudioMerchantServiceImpl implements StudioMerchantService { ...@@ -293,7 +293,7 @@ public class StudioMerchantServiceImpl implements StudioMerchantService {
studioEmbeddedXcxApplyRpService.updateById(StudioEmbeddedXcxConvert.toInit(entity)); studioEmbeddedXcxApplyRpService.updateById(StudioEmbeddedXcxConvert.toInit(entity));
} }
try { try {
JSONObject result = weXcxService.addEmbeddedXcx(wxComponentAppId, appId, systemXcxAppId, JSONObject result = weXcxService.addEmbeddedXcx(wxComponentAppId, systemXcxAppId, appId,
"申请半屏小程序"); "申请半屏小程序");
Integer code = result.getInteger("errcode"); Integer code = result.getInteger("errcode");
String message = result.getString("errmsg"); String message = result.getString("errmsg");
......
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