运营商信息
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{service}}/user/info</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">字段名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">token</td>
<td style="text-align: left;">{{token}}</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
"code": 10000,
"data": {
"token": "LIhDOnWXbGxte9BPQPAMBM2NMVHGpGTw",
"user": {
"id": 1,
"pid": 0,
"username": "DMG",
"password": "$2y$13$l\/vedb5Y7iebc38v3ic96OsVM\/y5bK15xSd1znux2gYUQvly3d1t2",
"nickname": "DMG-admin",
"company": "System_DMGT",
"phone": "13922953712",
"app_id": "",
"order_fee": 0.1,
"system_fee": 1.37,
"domain": "",
"money": 0,
"device_groups": [],
"devices": [],
"scope": "99",
"logo": "\/\/asset.dmg.com\/common\/6577b9b8ed4e4.png",
"qr_logo": "5f277e25ec158.png",
"shopping_image": "60b606467b95d.jpg",
"config": {
"title": "大麦柜-DMGT Global",
"service_phone": "400-990-2302",
"notify_phone": "13922953712,18963781312,13347219407",
"notify_email": "leon@nex.ren",
"notifyUserId": "11,12",
"thirdPartyVerify": "",
"order_verify": "1",
"bottom_banner": "1",
"stock_warning": "55"
},
"status": 1,
"create_time": 1536300210.6432,
"update_time": 1704357902,
"fupin_app_id": "",
"wx_app_id": "",
"merchant_id": 1,
"merchant_profit_id": 0,
"freeze_money": 0,
"device_count": "1",
"my_profit": 0,
"c_value": 0,
"level": 1
}
},
"msg": "Success"
}
</code></pre>