Authored by michaelcao

update

... ... @@ -300,7 +300,7 @@ skn:yohobuy={"action":"go.productDetail","params":{"product_skn":51078948,"mac
sku请求:
http://192.168.102.210:8080/portal-gateway/html/sku_index.html?yohobuy={"action":"go.productDetail","params":{"product_id":51078948,"storeId":66}}
http://192.168.102.210:8080/portal-gateway/html/qrcodeURL.html?yohobuy={"action":"go.productDetail","params":{"product_id":51078948,"storeId":66}}
... ... @@ -312,6 +312,6 @@ code为200即为成功,否则是失败。
{
"code": 200,
"message": "success",
"data": "http://192.168.102.210:8080/portal-gateway/html/sku_index.html"
"data": "http://192.168.102.210:8080/portal-gateway/html/qrcodeURL.html"
}
```
\ No newline at end of file
... ...