更新demo

This commit is contained in:
wangzhichao
2020-05-22 10:17:00 +08:00
parent 4bfd405e4e
commit c3616212c4
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
* @Author: wangzhichiao<https://github.com/wzc570738205>
* @Date: 2020-04-15 11:34:04
* @LastEditors: wangzhichiao<https://github.com/wzc570738205>
* @LastEditTime: 2020-05-22 10:14:41
* @LastEditTime: 2020-05-22 10:16:42
-->
# 智能识别收货地址Pro支持vue/省市区街道四级联动(支持省市区县街道/姓名/电话/邮编/身份证号码识别)
@@ -76,7 +76,7 @@ api使用推荐axios
axios({
method: "post",
url: "http://wangzc.wang:1338",
url: "https://wangzc.wang/smAddress",
data: {
address: '广东省珠海市香洲区盘山路28号幸福茶庄,陈景勇13593464918',
},

View File

@@ -134,7 +134,7 @@
axios({
method: "post",
url: "http://wangzc.wang:1338",
url: "https://wangzc.wang/smAddress",
data: {
address: $("#textarea").val(),
},