文档
测试

添加外卖地址

POST
http://ct.daoben.ltd/api/address/add

请求参数

参数名
类型
描述
必填
token
string
示例:6379b12c-795f-41ce-9a37-d4da2271822c
必填
type
int
示例:1
必填
name
string
示例:阿达
必填
phone
int
示例:17320188294
必填
delivery_id
int
示例:1
必填
isdefault
int
示例:1
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:添加成功
必填
time
string
示例:1649751668
必填
data
object
示例:null
必填