Commit 5e7511ec by 孙亚楠

dd

parent 6b467746
......@@ -194,16 +194,16 @@ class System {
merchant: dev + ":3101" + path,
// 订单服务
order: local + ":3103" + path,
order: dev + ":3103" + path,
// 发票服务
invoice: dev + ":3105" + path,
invoice: local + ":3105" + path,
// 用户服务
uc: dev + ":3106" + path,
// 交易
trade: local + ":3107" + path,
trade: dev + ":3107" + path,
}
} else {
return {
......
......@@ -197,7 +197,9 @@
``` javascript
{
"id":"dddd"
"id":"1728803996004807", //查询详情是填写
"merchant_id":"11249768207001229",
"openid":"od1Y85NtLgV1tFdKsPUXV8LhMMzI"
}
```
......
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