jufubao-base 1.0.237-beta2 → 1.0.237-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.
Files changed (107) hide show
  1. package/package.json +1 -1
  2. package/src/components/JfbBaseBlock/Attr.js +479 -34
  3. package/src/components/JfbBaseBlock/JfbBaseBlock.vue +52 -9
  4. package/src/components/JfbBaseNoticeDialog/Api.js +1 -1
  5. package/src/components/JfbBaseNoticeDialog/Attr.js +0 -26
  6. package/src/components/JfbBaseNoticeDialog/JfbBaseNoticeDialog.vue +6 -25
  7. package/src/components/JfbBaseTfkSearch/ContentProduct.vue +22 -11
  8. package/src/components/JfbBaseTfkSearch/JfbBaseTfkSearch.vue +1 -8
  9. package/src/components/JfbBaseTfkSearch/Mock.js +3 -51
  10. package/src/components/JfbBaseTfkSearch/listMixins.js +1 -1
  11. package/src/components/JfbBaseUserInfo/Attr.js +10 -102
  12. package/src/components/JfbBaseUserInfo/JfbBaseUserInfo.vue +114 -305
  13. package/src/mixins/componentsMixins.js +117 -28
  14. package/src/components/JfbBaseBalance/Api.js +0 -46
  15. package/src/components/JfbBaseBalance/Attr.js +0 -316
  16. package/src/components/JfbBaseBalance/JfbBaseBalance.vue +0 -332
  17. package/src/components/JfbBaseBalance/JfbBaseBalanceLess.less +0 -79
  18. package/src/components/JfbBaseBalance/JfbBaseBalanceMixin.js +0 -30
  19. package/src/components/JfbBaseBalance/Mock.js +0 -9
  20. package/src/components/JfbBaseCodeOpenVip/Api.js +0 -36
  21. package/src/components/JfbBaseCodeOpenVip/Attr.js +0 -281
  22. package/src/components/JfbBaseCodeOpenVip/JfbBaseCodeOpenVip.vue +0 -253
  23. package/src/components/JfbBaseCodeOpenVip/JfbBaseCodeOpenVipLess.less +0 -79
  24. package/src/components/JfbBaseCodeOpenVip/JfbBaseCodeOpenVipMixin.js +0 -30
  25. package/src/components/JfbBaseCodeOpenVip/Mock.js +0 -13
  26. package/src/components/JfbBaseConsumpCode/Api.js +0 -133
  27. package/src/components/JfbBaseConsumpCode/Attr.js +0 -61
  28. package/src/components/JfbBaseConsumpCode/JfbBaseConsumpCode.vue +0 -961
  29. package/src/components/JfbBaseConsumpCode/JfbBaseConsumpCodeLess.less +0 -79
  30. package/src/components/JfbBaseConsumpCode/JfbBaseConsumpCodeMixin.js +0 -30
  31. package/src/components/JfbBaseConsumpCode/Mock.js +0 -22
  32. package/src/components/JfbBaseOpenVip/Api.js +0 -39
  33. package/src/components/JfbBaseOpenVip/Attr.js +0 -270
  34. package/src/components/JfbBaseOpenVip/JfbBaseOpenVip.vue +0 -424
  35. package/src/components/JfbBaseOpenVip/JfbBaseOpenVipLess.less +0 -79
  36. package/src/components/JfbBaseOpenVip/JfbBaseOpenVipMixin.js +0 -30
  37. package/src/components/JfbBaseOpenVip/Mock.js +0 -7
  38. package/src/components/JfbBaseOpenVip/XdVipList.vue +0 -125
  39. package/src/components/JfbBaseOpenVipCard/Api.js +0 -58
  40. package/src/components/JfbBaseOpenVipCard/Attr.js +0 -48
  41. package/src/components/JfbBaseOpenVipCard/JfbBaseOpenVipCard.vue +0 -111
  42. package/src/components/JfbBaseOpenVipCard/JfbBaseOpenVipCardLess.less +0 -79
  43. package/src/components/JfbBaseOpenVipCard/JfbBaseOpenVipCardMixin.js +0 -30
  44. package/src/components/JfbBaseOpenVipCard/Mock.js +0 -13
  45. package/src/components/JfbBaseOpenVipDetail/Api.js +0 -36
  46. package/src/components/JfbBaseOpenVipDetail/Attr.js +0 -37
  47. package/src/components/JfbBaseOpenVipDetail/JfbBaseOpenVipDetail.vue +0 -225
  48. package/src/components/JfbBaseOpenVipDetail/JfbBaseOpenVipDetailLess.less +0 -79
  49. package/src/components/JfbBaseOpenVipDetail/JfbBaseOpenVipDetailMixin.js +0 -30
  50. package/src/components/JfbBaseOpenVipDetail/Mock.js +0 -13
  51. package/src/components/JfbBasePersonalData/Api.js +0 -26
  52. package/src/components/JfbBasePersonalData/Attr.js +0 -12
  53. package/src/components/JfbBasePersonalData/JfbBasePersonalData.vue +0 -198
  54. package/src/components/JfbBasePersonalData/JfbBasePersonalDataLess.less +0 -79
  55. package/src/components/JfbBasePersonalData/JfbBasePersonalDataMixin.js +0 -30
  56. package/src/components/JfbBasePersonalData/Mock.js +0 -13
  57. package/src/components/JfbBasePointsCard/Api.js +0 -18
  58. package/src/components/JfbBasePointsCard/Attr.js +0 -187
  59. package/src/components/JfbBasePointsCard/JfbBasePointsCard.vue +0 -208
  60. package/src/components/JfbBasePointsCard/JfbBasePointsCardLess.less +0 -79
  61. package/src/components/JfbBasePointsCard/JfbBasePointsCardMixin.js +0 -30
  62. package/src/components/JfbBasePointsCard/Mock.js +0 -5
  63. package/src/components/JfbBasePointsDetail/Api.js +0 -48
  64. package/src/components/JfbBasePointsDetail/Attr.js +0 -304
  65. package/src/components/JfbBasePointsDetail/JfbBasePointsDetail.vue +0 -267
  66. package/src/components/JfbBasePointsDetail/JfbBasePointsDetailLess.less +0 -79
  67. package/src/components/JfbBasePointsDetail/JfbBasePointsDetailMixin.js +0 -30
  68. package/src/components/JfbBasePointsDetail/Mock.js +0 -6
  69. package/src/components/JfbBasePosterGroup/Api.js +0 -58
  70. package/src/components/JfbBasePosterGroup/Attr.js +0 -48
  71. package/src/components/JfbBasePosterGroup/JfbBasePosterGroup.vue +0 -111
  72. package/src/components/JfbBasePosterGroup/JfbBasePosterGroupLess.less +0 -79
  73. package/src/components/JfbBasePosterGroup/JfbBasePosterGroupMixin.js +0 -30
  74. package/src/components/JfbBasePosterGroup/Mock.js +0 -13
  75. package/src/components/JfbBaseSavingDetail/Api.js +0 -41
  76. package/src/components/JfbBaseSavingDetail/Attr.js +0 -70
  77. package/src/components/JfbBaseSavingDetail/JfbBaseSavingDetail.vue +0 -679
  78. package/src/components/JfbBaseSavingDetail/JfbBaseSavingDetailLess.less +0 -79
  79. package/src/components/JfbBaseSavingDetail/JfbBaseSavingDetailMixin.js +0 -30
  80. package/src/components/JfbBaseSavingDetail/Mock.js +0 -10
  81. package/src/components/JfbBaseSavingDetail/components/echarts.min.js +0 -26
  82. package/src/components/JfbBaseSavingDetail/components/echarts.vue +0 -254
  83. package/src/components/JfbBaseSavingDetail/components/wx-canvas.js +0 -105
  84. package/src/components/JfbBaseShare/Api.js +0 -20
  85. package/src/components/JfbBaseShare/Attr.js +0 -14
  86. package/src/components/JfbBaseShare/JfbBaseShare.vue +0 -261
  87. package/src/components/JfbBaseShare/JfbBaseShareLess.less +0 -79
  88. package/src/components/JfbBaseShare/JfbBaseShareMixin.js +0 -30
  89. package/src/components/JfbBaseShare/Mock.js +0 -16
  90. package/src/components/JfbBaseWithDrawAgain/Api.js +0 -41
  91. package/src/components/JfbBaseWithDrawAgain/Attr.js +0 -92
  92. package/src/components/JfbBaseWithDrawAgain/JfbBaseWithDrawAgain.vue +0 -334
  93. package/src/components/JfbBaseWithDrawAgain/JfbBaseWithDrawAgainLess.less +0 -79
  94. package/src/components/JfbBaseWithDrawAgain/JfbBaseWithDrawAgainMixin.js +0 -30
  95. package/src/components/JfbBaseWithDrawAgain/Mock.js +0 -10
  96. package/src/components/JfbBaseWithDrawRecord/Api.js +0 -19
  97. package/src/components/JfbBaseWithDrawRecord/Attr.js +0 -79
  98. package/src/components/JfbBaseWithDrawRecord/JfbBaseWithDrawRecord.vue +0 -233
  99. package/src/components/JfbBaseWithDrawRecord/JfbBaseWithDrawRecordLess.less +0 -79
  100. package/src/components/JfbBaseWithDrawRecord/JfbBaseWithDrawRecordMixin.js +0 -30
  101. package/src/components/JfbBaseWithDrawRecord/Mock.js +0 -7
  102. package/src/components/JfbBaseWithdraw/Api.js +0 -48
  103. package/src/components/JfbBaseWithdraw/Attr.js +0 -328
  104. package/src/components/JfbBaseWithdraw/JfbBaseWithdraw.vue +0 -245
  105. package/src/components/JfbBaseWithdraw/JfbBaseWithdrawLess.less +0 -79
  106. package/src/components/JfbBaseWithdraw/JfbBaseWithdrawMixin.js +0 -30
  107. package/src/components/JfbBaseWithdraw/Mock.js +0 -7
@@ -1,332 +0,0 @@
1
- <template>
2
- <view class="jfb-base-balance" @click="handleEditxSelect" :class="{ editx : isEditx && active }">
3
- <!--#ifdef H5-->
4
- <view class="jfb-base-balance__edit" :class="{ editx : isEditx && active }" v-if="isEditx && active">
5
- <view class="jfb-base-balance__edit-icon" @click="delEdit">删除</view>
6
- </view>
7
- <!-- #endif -->
8
- <view class="jfb-base-balance__body">
9
- <view class="jfb-base-balance__body-tab">
10
- <view v-for="(item,index) in wallet_list" :key="index" @click="handleSwitchTab(item)"
11
- class="jfb-base-balance__body-tab-item">
12
- {{item.show_name}}
13
- <view v-if="wallet_type===item.wallet_type" class="check" :style="{background: mainColor
14
- }"></view>
15
- <view class="check" v-else></view>
16
- </view>
17
- </view>
18
- <view style="display: flex;justify-content: space-between;align-items: center;" :style="[bodyStyleComp]">
19
- <view class="jfb-base-balance__body-points">
20
- <view>
21
- 我的余额
22
- <XdFontIcon @click="showDialog=true" style="margin-left: 10rpx" size="20" icon="iconmingchengtubiao">
23
- </XdFontIcon>
24
- </view>
25
- <view>{{getAmout(amount)}}</view>
26
- <view>可用:{{getAmout(amount)}}</view>
27
- </view>
28
- <xd-button v-if="isWithDraw==='Y'" style="margin: 0" size="mini" type="primary"
29
- @click="handleWithdraw">提现</xd-button>
30
- </view>
31
- <view v-if="recordList&&recordList.length>0" :style="[bodyStyleComp]" class="jfb-base-balance__body-list">
32
- <view v-for="(item,index) in recordList" :key="index" class="jfb-base-balance__body-list-item">
33
- <view class="jfb-base-balance__body-list-item-info">
34
- <view class="jfb-base-balance__body-list-item-info-label">{{item.trade_type_name}}</view>
35
- <view :class="item.operate_type==='A'?'income':'expenses'"
36
- class="jfb-base-balance__body-list-item-info-value">
37
- <text>{{item.operate_type==='A'?'+':'-'}}</text>
38
- {{getAmout(item.amount)}}
39
- </view>
40
- </view>
41
- <view class="jfb-base-balance__body-list-item-date">{{item.created_time}}</view>
42
- </view>
43
- </view>
44
- <XdNoData v-else></XdNoData>
45
- <XdDailog :cancel="false" @onBtn="showDialog=false" confirmText="我知道了" title="积分说明" :show.sync="showDialog">
46
- <xd-content-xss v-html="notice"></xd-content-xss>
47
- </XdDailog>
48
- </view>
49
- </view>
50
- </template>
51
-
52
- <script>
53
- import XdFontIcon from "@/components/XdFontIcon/XdFontIcon";
54
- import XdButton from "@/components/XdButton/XdButton";
55
- import XdDailog from '@/components/XdDailog/XdDailog.vue';
56
- import XdNoData from "@/components/XdNoData/XdNoData";
57
- import XdContentXss from '@/components/XdContentXss/XdContentXss';
58
- import { jfbRootExec } from "@/utils/xd.event";
59
- import JfbBaseBalanceMixin from "./JfbBaseBalanceMixin";
60
- import { getContainerPropsValue } from "@/utils/xd.base";
61
- import componentsMixins from "@/mixins/componentsMixins";
62
- import extsMixins from "@/mixins/extsMixins";
63
- export default {
64
- name: "JfbBaseBalance",
65
- components: {
66
- XdFontIcon,
67
- XdDailog,
68
- XdContentXss,
69
- XdButton,
70
- XdNoData
71
- },
72
- mixins: [
73
- componentsMixins, extsMixins, JfbBaseBalanceMixin
74
- ],
75
- data() {
76
- return {
77
- income: false,
78
- radius: 0,
79
- margin: {},
80
- padding: {},
81
- bgColor: '',
82
- bodyBorder: {},
83
- notice: '',
84
- showDialog: false,
85
- withDrawRoutePath: '',
86
- wallet_type: '',
87
- wallet_list: [],
88
- amount: 0,
89
- isWithDraw: 'N',
90
- recordList: [],
91
- hasNext: true,
92
- page_token: 1,
93
- next_page_token: ''
94
- }
95
- },
96
- computed: {
97
- bodyStyleComp() {
98
- return {
99
- borderRadius: `${this.radius}rpx`,
100
- margin: this.getMarginAndPadding(this.margin, 20),
101
- padding: this.getMarginAndPadding(this.padding, 40),
102
- background: this.bgColor,
103
- border: this.bodyBorder,
104
- }
105
- },
106
- },
107
- watch: {
108
- container(value, oldValue) {
109
- if (JSON.stringify(value) === JSON.stringify(oldValue)) return;
110
- if (this.$configProject['isPreview']) this.init(value)
111
- },
112
- },
113
- created() {
114
- this.init(this.container);
115
- },
116
- methods: {
117
- onJfbLoad(options) {
118
- this.method = options.method
119
- this.getContent()
120
- this.getDetail()
121
- },
122
- getAmout(amount) {
123
- return this.$xdUniHelper.divisionFloatNumber(amount, 100)
124
- },
125
- getDetail() {
126
- jfbRootExec("getBalanceDetail", {
127
- vm: this,
128
- data: {
129
- method: this.method
130
- },
131
- }).then(res => {
132
- this.wallet_type = res.wallet_list[0].wallet_type
133
- this.isWithDraw = res.wallet_list[0].is_support_withdraw;
134
- this.amount = res.wallet_list[0].amount;
135
- this.wallet_list = res.wallet_list
136
- this.getBalanceRecord()
137
- }).catch(err => {
138
- console.log(err, 'err');
139
-
140
- })
141
- },
142
- getBalanceRecord(type) {
143
- jfbRootExec("getBalanceWalletTradeList", {
144
- vm: this,
145
- data: {
146
- wallet_type: this.wallet_type,
147
- page_size: 10,
148
- page_token: this.page_token
149
- },
150
- }).then(res => {
151
- let list = res.list.map(item => {
152
- item["created_time"] = this.$xdUniHelper.getDate(
153
- item["created_time"] * 1000
154
- ).fullTime;
155
- return item;
156
- })
157
- if (this.page_token === 1) {
158
- this.recordList = list
159
- } else {
160
- this.recordList = this.recordList.concat(list);
161
- }
162
- this.next_page_token = res.next_page_token
163
- this.hasNext = res.next_page_token !== "";
164
- })
165
- },
166
- getContent() {
167
- jfbRootExec("getListBaseNewsContent", {
168
- vm: this,
169
- data: {
170
- page_id: this.pageAttr["page_id"], //页面ID
171
- container_id: this.containerId, //组件ID
172
- limit: 1,
173
- },
174
- })
175
- .then((res) => {
176
- if (res.list.length > 0) {
177
- if (res.list && res.list.length > 0) {
178
- this.notice = this.$xdUniHelper.filterHtml(res.list[0].content);
179
- }
180
- this.noticeStatus = true;
181
- }
182
- })
183
- .catch((error) => {
184
- console.error(error);
185
- });
186
- },
187
- /**
188
- * @description 监听事件变化
189
- * @param container {object} 业务组件对象自己
190
- */
191
- init(container) {
192
- this.radius = getContainerPropsValue(container, 'content.radius', '20');
193
- this.margin = getContainerPropsValue(container, 'content.bodyMargin', {});
194
- this.padding = getContainerPropsValue(container, 'content.bodyPadding', {});
195
- this.bgColor = getContainerPropsValue(container, 'content.bgColor', '#fff');
196
- this.bodyBorder = this.getXdBorder({}, getContainerPropsValue(container, 'content.bodyBorder', {}))
197
- this.withDrawRoutePath = getContainerPropsValue(container, 'content.withDrawRoutePath', { value: '' }).value;
198
- },
199
- handleWithdraw() {
200
- this.$xdUniHelper.navigateTo({ url: `${this.withDrawRoutePath}?wallet_type=${this.wallet_type}&method=${this.method}` })
201
- },
202
- handleSwitchTab(item) {
203
- this.wallet_type = item.wallet_type;
204
- this.isWithDraw = item.is_support_withdraw;
205
- this.amount = item.amount;
206
- this.next_page_token=''
207
- this.hasNext = true;
208
- this.page_token = 1;
209
- this.recordList = [];
210
- this.getBalanceRecord()
211
- },
212
- onJfbScroll(options) {
213
- console.log('event.onJfbScroll', options)
214
- },
215
- onJfbReachBottom(options) {
216
- if (this.hasNext) {
217
- this.page_token = this.next_page_token;
218
- this.getBalanceRecord()
219
- }
220
- },
221
- onJfbShow(options) {
222
- console.log('event.onJfbShow', options)
223
- },
224
- onJfbHide(options) {
225
- console.log('event.onJfbHide', options)
226
- },
227
- onJfbBack(options) {
228
- console.log('event.onJfbBack', options)
229
- },
230
- onJfbUpdate(...data) {
231
- console.log('event.onJfbUpdate', data)
232
- },
233
- onJfbCustomEvent(options) {
234
- console.log('event.onJfbReachBottom', options)
235
- },
236
- }
237
- }
238
-
239
- </script>
240
-
241
- <style scoped lang="less">
242
- @import "./JfbBaseBalanceLess.less";
243
-
244
- .jfb-base-balance {
245
- &__body {
246
- &-tab {
247
- display: flex;
248
- justify-content: space-around;
249
- align-items: center;
250
- color: #666666;
251
- font-size: 32rpx;
252
- background: #fff;
253
- padding: 24rpx 0;
254
-
255
- &-item {
256
- display: flex;
257
- flex-direction: column;
258
- align-items: center;
259
- }
260
-
261
- .check {
262
- width: 60rpx;
263
- height: 6rpx;
264
- margin-top: 12rpx;
265
- }
266
- }
267
-
268
- &-points {
269
- background: #fff;
270
-
271
- &>view:first-child {
272
- display: flex;
273
- align-items: center;
274
- color: #333;
275
- font-size: 24rpx;
276
- }
277
-
278
- &>view:nth-child(2) {
279
- color: #333;
280
- font-size: 64rpx;
281
- font-weight: 500;
282
- margin: 20rpx 0;
283
- }
284
-
285
- &>view:nth-child(3) {
286
- color: #333333;
287
- font-size: 28rpx;
288
- }
289
- }
290
-
291
- &-list {
292
- &-item {
293
- margin-bottom: 40rpx;
294
-
295
- &-info {
296
- display: flex;
297
- justify-content: space-between;
298
- align-items: center;
299
-
300
- &-label {
301
- color: #333333;
302
- font-size: 28rpx;
303
- }
304
-
305
- &-value {
306
- font-size: 32rpx;
307
- font-weight: 700;
308
- }
309
-
310
- .income {
311
- color: #FF5A39;
312
- }
313
-
314
- .expenses {
315
- color: #00C800;
316
- }
317
- }
318
-
319
- &-date {
320
- color: #999999;
321
- font-size: 22rpx;
322
- margin-top: 26rpx;
323
- }
324
- }
325
-
326
- &-item:last-child {
327
- margin-bottom: 0;
328
- }
329
- }
330
- }
331
- }
332
- </style>
@@ -1,79 +0,0 @@
1
- /**
2
- * @desc 获取绝对路径完整地址
3
- * @param @path
4
- **/
5
- //例如:https://image.jufubao.cn/20220501010108/image/bg/default_gonghui_bg.png
6
- @basePath: 'business/';
7
- @doMain: '//sandbox-img.jufubao.cn/';
8
-
9
- .getBusinessImageUrl(@path, @size: 'size8') {
10
- @url: "@{doMain}@{basePath}@{path}?x-oss-process=style/@{size}";
11
- background-image: url(@url);
12
- }
13
-
14
- //start
15
- .jfb-base-balance {
16
- box-sizing: border-box;
17
-
18
- &__body{
19
- position: relative;
20
- overflow: hidden;
21
- z-index: 2
22
- }
23
-
24
- &.editx,&.editx:hover {
25
- position: relative;
26
- min-height: unit(100, rpx);
27
- z-index: 3;
28
- &::after {
29
- border: 2rpx dashed blue;
30
- content: " ";
31
- position: absolute;
32
- top:0;
33
- left:0;
34
- bottom:0;
35
- right:0;
36
- z-index: 4;
37
- cursor: pointer;
38
- }
39
-
40
- }
41
-
42
-
43
- &__edit {
44
- cursor: pointer;
45
- position: absolute;
46
- right: unit(0, rpx);
47
- top: unit(-52, rpx);
48
- height: unit(50, rpx);
49
- line-height: unit(50, rpx);
50
- display: flex;
51
- justify-content: center;
52
- align-items: center;
53
- background: rgba(0, 0, 0, .6);
54
- border-radius: unit(10, rpx);
55
- box-shadow: 0 0 10px rbga(0, 0, 0, 0.3);
56
- color: #fff;
57
- font-size: unit(22, rpx);
58
-
59
- &-icon{
60
- padding: 0 unit(20, rpx);
61
- }
62
-
63
- &.editx {
64
- box-sizing: border-box;
65
-
66
- }
67
- }
68
- }
69
- //end
70
-
71
-
72
- /**notPreview**/
73
- .jfb-base-balance {
74
- //&:before {
75
- //content: " ";
76
- //display: table;
77
- //}
78
- }
79
- /**endNotPreview**/
@@ -1,30 +0,0 @@
1
- 'use strict';
2
-
3
-
4
- //@AttrImport
5
- import Attr from "./Attr";
6
- //@EndAttrImport
7
-
8
-
9
- export default {
10
- data() {
11
- return {
12
- //#ifdef H5
13
-
14
- //@AttrData
15
- Attr:{}, //对外开发编辑属性
16
- //@EndAttrData
17
-
18
- // #endif
19
- cssRoot: 'jfb-base-balance'
20
- }
21
- },
22
- created() {
23
-
24
- //@AttrDataCreated
25
- this.Attr = this.$xdUniHelper.customClone(Attr);
26
- //@EndAttrDataCreated
27
-
28
-
29
- },
30
- }
@@ -1,9 +0,0 @@
1
- 'use strict';
2
-
3
- module.exports = {
4
-
5
- getBalanceDetail: { "wallet_list": [{ "sort": 2, "wallet_type": "UC", "show_name": "可用余额", "amount": 19940, "is_support_withdraw": "Y" }, { "sort": 0, "wallet_type": "UT", "show_name": "待到账余额", "amount": 0, "is_support_withdraw": "N" }], "request_id": "279b309d137cae9f" },
6
-
7
- getBalanceWalletTradeList: { "next_page_token": "2", "total_size": 0, "list": [{ "trade_nnid": "eDaOl5aPD4Fx8gtBJC1bd", "order_id": "i771037005030096968", "amount": 10, "trade_type": "user_withdraw_chargeback", "trade_type_name": "提现失败", "operate_type": "A", "operate_type_name": "收入", "trade_name": "", "comment": "余额提现", "created_time": 1744883229 }, { "trade_nnid": "qhBI-btv4hh8TpsGdCrDG", "order_id": "i771066286233878607", "amount": 10, "trade_type": "user_withdraw", "trade_type_name": "余额提现", "operate_type": "R", "operate_type_name": "支出", "trade_name": "", "comment": "", "created_time": 1744796528 }, { "trade_nnid": "NCI4DolRx-0GqFfY5J9-P", "order_id": "i771065517556367438", "amount": 10, "trade_type": "user_withdraw", "trade_type_name": "余额提现", "operate_type": "R", "operate_type_name": "支出", "trade_name": "", "comment": "", "created_time": 1744796345 }, { "trade_nnid": "upM7epMxX3FqoTytFyKUn", "order_id": "i771062549364867149", "amount": 10, "trade_type": "user_withdraw", "trade_type_name": "余额提现", "operate_type": "R", "operate_type_name": "支出", "trade_name": "", "comment": "", "created_time": 1744795637 }, { "trade_nnid": "nzH3e_P25C-q7wcN52L-z", "order_id": "i771061580484837452", "amount": 10, "trade_type": "user_withdraw", "trade_type_name": "余额提现", "operate_type": "R", "operate_type_name": "支出", "trade_name": "", "comment": "", "created_time": 1744795406 }, { "trade_nnid": "aduSpdXNKl0dwqxPhovf0", "order_id": "i771059916772212811", "amount": 10, "trade_type": "user_withdraw", "trade_type_name": "余额提现", "operate_type": "R", "operate_type_name": "支出", "trade_name": "", "comment": "", "created_time": 1744795009 }, { "trade_nnid": "dTTmA75uN-Mv3as8XE1Te", "order_id": "i771054224359293002", "amount": 10, "trade_type": "user_withdraw", "trade_type_name": "余额提现", "operate_type": "R", "operate_type_name": "支出", "trade_name": "", "comment": "", "created_time": 1744793652 }, { "trade_nnid": "jo4IOWJ1wPyGXiA5wQYUU", "order_id": "i771037005030096968", "amount": 10, "trade_type": "user_withdraw", "trade_type_name": "余额提现", "operate_type": "R", "operate_type_name": "支出", "trade_name": "", "comment": "", "created_time": 1744789547 }, { "trade_nnid": "78qU6Cemnhqnvms2-iJDI", "order_id": "i771019326374281284", "amount": 1000, "trade_type": "user_withdraw_chargeback", "trade_type_name": "提现失败", "operate_type": "A", "operate_type_name": "收入", "trade_name": "", "comment": "余额提现", "created_time": 1744789418 }, { "trade_nnid": "yLLohJoE-qowAuxastB1z", "order_id": "i771034873199591494", "amount": 1000, "trade_type": "user_withdraw_chargeback", "trade_type_name": "提现失败", "operate_type": "A", "operate_type_name": "收入", "trade_name": "", "comment": "余额提现", "created_time": 1744789410 }], "request_id": "e9f0142e62066570" },
8
-
9
- }
@@ -1,36 +0,0 @@
1
- 'use strict';
2
- /**
3
- * @description 接口配置,
4
- * 在设置方法名字当时候,别忘记加上【模块名字】:Code
5
- * @type {*[]}
6
- */
7
- module.exports = [
8
- {
9
- mapFnName: "getExchangeCode",
10
- title: "兑换码",
11
- path: "/member/v1/:xnamespace/exchange/:exchange_code",
12
- isRule: true,
13
- params: {
14
- xnamespace: ['命名空间', 'String', '必选'],
15
- exchange_code: ['兑换码', 'String', '必选']
16
- },
17
- isConsole: true,
18
- disabled: true,
19
- },
20
- {
21
- mapFnName: "createVipOrder",
22
- title: "创建VIP订单",
23
- path: "/member/v1/order/submit",
24
- isRule: false,
25
- data: {
26
- business_code: ['业务编码', 'String', '必选'],
27
- product_id: ['商品id', 'Number', '必选'],
28
- notify_provider_id: ['notify_provider_id', 'Number', '可选'],
29
- selected_card_list_json: ['已使用的卡券数据', 'array', '可选'],
30
- selected_wallet_list_json: ['已使用的钱包数据', 'array', '可选'],
31
- need_pay_price: ['需要支付的价格', 'Number', '可选']
32
- },
33
- isConsole: true,
34
- disabled: true,
35
- }
36
- ];