获取商户信息
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/merchant/info</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET <code>AUTH</code></li>
</ul>
<p><strong>返回样例:</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;asset_info&quot;: {//资产信息
&quot;merchant_uid&quot;: 2241015561080001,
&quot;sms_notify_qty&quot;: 0,//短信剩余数量
&quot;expiry_timestamp&quot;: 1760513708,//到期时间(秒时间戳) 0=不限
&quot;create_datetime&quot;: &quot;2024-10-15 15:35:08&quot;,
&quot;update_datetime&quot;: &quot;2024-10-15 15:35:08&quot;
},
&quot;merchant_uid&quot;: 2241015561080001,//商铺唯一值
&quot;account_uid&quot;: 1241015397020001,
&quot;store_name&quot;: &quot;第一家&quot;,//店名
&quot;store_passport&quot;: &quot;1111114&quot;,
&quot;store_type&quot;: 0,//商户类型 0=服务,1=餐饮
&quot;store_addr&quot;: &quot;&quot;,//店铺地址
&quot;store_contact_name&quot;: &quot;xwr&quot;,//联系人
&quot;store_contact_phone&quot;: &quot;18329046271&quot;,//联系号码
&quot;invitation_code&quot;: &quot;&quot;,//注册时所用邀请码
&quot;customer_days&quot;: [//会员日
8,
18,
28
],
&quot;store_wifi_ssid&quot;: &quot;&quot;,//wifi名
&quot;store_wifi_password&quot;: &quot;&quot;,//wifi密码
&quot;create_datetime&quot;: &quot;2024-10-15 15:35:08&quot;,
&quot;update_datetime&quot;: &quot;2024-10-15 15:35:08&quot;,
&quot;store_telephone&quot;:&quot;&quot;,//店铺电话
&quot;shop_telephone&quot;:&quot;&quot;,//门店电话
&quot;order_remind_type&quot;:2//消费提醒方式:0=不提醒,1=短信,2=微信,3=短信+微信,4=商户公众号
},
&quot;code&quot;: 0
}</code></pre>