Authored by 毕凯

直连接口

... ... @@ -867,7 +867,7 @@ function postCollect(info) {
$.ajax({
method: 'post',
url: info.url,
url: location.protocol + '//m.yohobuy.com' + info.url,
data: info.data,
success: function(data) {
... ...