Commit 5ed593dc authored by agping's avatar agping

type

parent f123bc31
......@@ -29,14 +29,14 @@
//来源 1.c端 3.b端
$.ajax({
// url: "/app.php/app/getShopDetails",
url: ServerHostTempC + '/api/getShopDetail',
// url: 'https://api.tonglianjituan.com' + '/api/getShopDetail',//正式
// "type" = >1 //1app 2小程序 3微信
data: {
'id': _shangpuId,
// 'site_area': _isC=='1'?1:3
'site_area': 1
'site_area': 1,
'type': 3
},
type: "GET",
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