🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
+++ 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": { } } } +++