jufubao-base 1.0.220-beta2 → 1.0.220-beta3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.220-beta2",
3
+ "version": "1.0.220-beta3",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -55,7 +55,7 @@ module.exports = [
55
55
  path: "/passport/v1/user/login-jump-phone",
56
56
  title: "授权登录(跳过手机号验证码)",
57
57
  isRule: false,
58
- data: {
58
+ params: {
59
59
  phone_number: ['手机号', 'String', '必选'],
60
60
  provider_id: ['登录方式id', 'Number', '必选'],
61
61
  auth_code: ['临时授权码', 'String', '否'],