描述信息:第三方平台嵌入JS代码获取当前店铺号和机具号
| 1 | $(document).ready(function(){ |
| 2 | var shopNum = CurrentShopNum("customerOpenId"); |
| 3 | var machineNum = CurrentMachineNum("customerOpenId"); |
| 4 | console.log(“machineNum:” + machineNum); |
| 5 | console.log(“shopNum:” + shopNum); |
| 6 | }); |