Browse Source

修改说明错误;

kuaihuoyun_ctms 4 years ago
parent
commit
5bb8025aab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -84,7 +84,7 @@ https://wlhy.pre.kuaihuoyun.com
 
 5. **调用接口方式**:<br>`URL` + `?access_token=生成的token`,参数传递使用JSON格式。
 `Content-Type: application/json;charset=UTF-8`。例:
-https://wlhy.pre.kuaihuoyun.com/order/create_order?access_token=fe12047e-52b1-418c-848c-d08a885095a5
+https://openapi.wlhy.pre.kuaihuoyun.com/order/create_order?access_token=fe12047e-52b1-418c-848c-d08a885095a5
 **请勿将请求参数拼接在URL中传递!**
 
 6. **调试接口**:<br>推荐使用Postman,或者访问接口URL,会跳转至调试界面