03dac8f6 by ex

修改回调地址

1 parent 7fb5776f
......@@ -69,6 +69,11 @@ angular.module('myApp.services')
$http.post(url, data)
.success(function (data) {
if(data.meta.code == 200) {
layer.open({
content: data
})
return
// alert('支付签名返回:' + JSON.stringify(data));
wxh5ApiCall(data.data.wechatDto, q);
}else{
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!