Merge branch 'test6.8.2' of http://git.yoho.cn/ufo/yohoufo-fore into test6.8.2
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -118,7 +118,7 @@ public class ZhiMaCallUtil { | @@ -118,7 +118,7 @@ public class ZhiMaCallUtil { | ||
118 | 118 | ||
119 | // 设置回调地址,必填. 如果需要直接在支付宝APP里面打开回调地址使用alipay协议 | 119 | // 设置回调地址,必填. 如果需要直接在支付宝APP里面打开回调地址使用alipay协议 |
120 | // alipay://www.taobao.com 或者 alipays://www.taobao.com,分别对应http和https请求 | 120 | // alipay://www.taobao.com 或者 alipays://www.taobao.com,分别对应http和https请求 |
121 | - request.setReturnUrl("alipays://www.taobao.com"); | 121 | + request.setReturnUrl("yohobuyufo://www.yohobuy.com/ufo?pagename=NameAuth"); |
122 | 122 | ||
123 | logger.info("zhi ma cert url begin ,request {} ",request); | 123 | logger.info("zhi ma cert url begin ,request {} ",request); |
124 | // 这里一定要使用GET模式 | 124 | // 这里一定要使用GET模式 |
-
Please register or login to post a comment