Commit 5ed593dc authored by agping's avatar agping

type

parent f123bc31
...@@ -29,14 +29,14 @@ ...@@ -29,14 +29,14 @@
//来源 1.c端 3.b端 //来源 1.c端 3.b端
$.ajax({ $.ajax({
// url: "/app.php/app/getShopDetails",
url: ServerHostTempC + '/api/getShopDetail', url: ServerHostTempC + '/api/getShopDetail',
// url: 'https://api.tonglianjituan.com' + '/api/getShopDetail',//正式 // "type" = >1 //1app 2小程序 3微信
data: { data: {
'id': _shangpuId, 'id': _shangpuId,
// 'site_area': _isC=='1'?1:3 // 'site_area': _isC=='1'?1:3
'site_area': 1 'site_area': 1,
'type': 3
}, },
type: "GET", type: "GET",
dataType: "json", dataType: "json",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment