支付后回调函数没有执行
zhaokgithub opened this issue · 3 comments
zhaokgithub commented
支付宝支付成功后回到商家app但是没有执行到回调函数中(ios端)
Alipay.alipay(payInfo, (res) => {
console.log('00000000000', res)
});
jaywcjlove commented
Alipay.alipay: (payInfo: string) => Promise<OrderResult>;
zhaokgithub commented
Alipay.alipay: (payInfo: string) => Promise<OrderResult>;
我是这样做的 android是正常的 ios不行
zhaokgithub commented
已经处理 ios原生代码引入不正确