Commit 4136ba07 by 程裕兵

feat:添加半屏小程序

parent 6be0e033
......@@ -295,9 +295,7 @@ public class StudioMerchantServiceImpl implements StudioMerchantService {
"申请半屏小程序");
Integer code = result.getInteger("errcode");
String message = result.getString("errmsg");
if (WX_SUCCESS_CODE.equals(code)) {
studioEmbeddedXcxApplyRpService.updateById(StudioEmbeddedXcxConvert.toSuccess(entity.getId()));
} else {
if (!WX_SUCCESS_CODE.equals(code)) {
studioEmbeddedXcxApplyRpService.updateById(
StudioEmbeddedXcxConvert.toRefuse(entity.getId(), message));
}
......
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