@uxda/appkit 1.0.2 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -141,7 +141,8 @@ const $app = useAppKit()
141
141
  $app.requestPayment({
142
142
  app: 'crm',
143
143
  tenant: '1',
144
- amount: 100
144
+ amount: 100,
145
+ user: '' // wx.login 之后得到的用户临时凭证
145
146
  })
146
147
  ```
147
148