+++
post:app/api.php?i=2&c=entry&do=address&op=post&m=we7_wmall
*token=gN7PD0DZA357Ewi57NIupQqPpeikTdw7#用戶身份token
*id=116#收貨地址id(id為0代表新增收貨地址, 大于0代表編輯原有收貨地址)
*realname=潘金蓮#收貨人
*sex=女#性別
*mobile=13456235623#手機號
*address=北京天安門#收貨地址
*number=401#門派號
*location_x=39.907677#精度
*location_y=116.385971#緯度
調用接口成功后, 會返回編輯后的收貨地址的信息
<<<
success
{
"message": {
"resultCode": 0,
"resultMessage": "",
"data": {
"id": "116",
"uniacid": "2",
"uid": "8970",
"realname": "楊",
"sex": "先生",
"mobile": "13453222285",
"address": "中南海",
"number": "002",
"location_x": "39.907677",
"location_y": "116.385971",
"is_default": "0"
}
}
}
<<<
error
{
"message": {
"resultCode": -1,
"resultMessage": "",
"data": {
}
}
}
+++