加载中…

商品缺货登记

```javascript WXAPI.goodsOutofstockRegistration({ token: '000' }) ``` + token 当前用户登录凭证 + goodsId 商品ID + wxaSubscribeMessage 是否已完成微信小程序订阅消息 【如果订阅了,后续补货后能接收提醒】 ```json { "code": 0, "msg": "success" } ```