接口API

订单列表

Request
KeyValue
MethodGET
KeyValue
Content-Typeapplication/json
Client-Version1.0.0
x-site-sign
x-site-time
AuthorizationBearer

添加会员

Request
KeyValue
MethodPOST
Header
KeyValue
Content-Typeapplication/json
Client-Version1.0.0
x-site-sign
x-site-time
AuthorizationBearer
Body
{
    "mobile": "13903350001",
    "password": "12345678",
    "rec_uid": "123",
    "identity": 2,
    "origin": 1
}

打卡列表

Request
KeyValue
MethodGET
Header
KeyValue
Content-Typeapplication/json
Client-Version1.0.0
x-site-sign
x-site-time
AuthorizationBearer

修改手机号记录

Request
KeyValue
MethodGET
Header
KeyValue
Content-Typeapplication/json
Client-Version1.0.0
x-site-sign
x-site-time
AuthorizationBearer

充值红包

Request
KeyValue
MethodPOST
Header
KeyValue
Content-Typeapplication/json
Client-Version1.0.0
x-site-sign
x-site-time
AuthorizationBearer
Body
{
    "user_id": "1635502733710598144",
    "amount": 10000
}

改变身份

Request
KeyValue
MethodPOST
Header
KeyValue
Content-Typeapplication/json
Client-Version1.0.0
x-site-sign
x-site-time
AuthorizationBearer
Body
{
    "user_id": "1650935910914596864",
    "identity": 2
}
Last Updated:
Contributors: leo