WXOpenBusinessWebViewReq *req = [[WXOpenBusinessWebViewReq alloc] init];
req.businessType = 12; //固定值
NSMutableDictionary *queryInfoDic = [NSMutableDictionary dictionary];
[queryInfoDic cdf_safeSetObject:preEntrustwebId forKey:@"pre_entrustweb_id"];
req.queryInfoDic = queryInfoDic;
WEAKSELF
[[WXPayClient shareInstance] sendReq:req completion:^(BOOL success) {
if (!success) {
[weakSelf showToastWithMessage:@"签约失败"];
}
}];
iOS开发微信签约,跳转到微信app,微信提示other,该怎么解决?
微信appid:wx4e4a2790403cacce
返回的参数pre_entrustweb_id:ab93eb45c904a90ca32e2c46f5b6f9a94bf56a1af29db474bbf0252b1570c7371616738962o8espq67qbUaFcuSiKwiYCJvyYkes4ix
如遇到跳转失败报错“other”,请先检查您的APP应用是否已在微信开放平台注册并登记了blunderId等信息。如检查无误,请联系微信支付同学额外申请OpenBusinessWebview权限即可
APP纯签约 OpenBusinessWebview权限申请
一、该接口需要额外申请OpenBusinessWebview权限,请联系对接您的运营同学协助申请
邮件模板如下:
标题:OpenBusinessWebview权限申请_APP纯签约
正文:
(1)说明使用背景
(2)appid、mchid(appid和mchid需要有绑定关系)