giime 0.0.15 → 0.0.16

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 (171) hide show
  1. package/dist/index.css +46 -34
  2. package/es/api/basic/controller/default/postBasicV1AreaList.d.ts +2 -2
  3. package/es/api/basic/controller/default/postBasicV1AreaList.mjs.map +1 -1
  4. package/es/api/basic/controller/default/postBasicV1CategoryList.d.ts +4 -4
  5. package/es/api/basic/controller/default/postBasicV1CategoryList.mjs.map +1 -1
  6. package/es/api/basic/controller/default/postBasicV1CountryList.d.ts +2 -2
  7. package/es/api/basic/controller/default/postBasicV1CountryList.mjs.map +1 -1
  8. package/es/api/basic/controller/default/postBasicV1CurrencyList.d.ts +2 -2
  9. package/es/api/basic/controller/default/postBasicV1CurrencyList.mjs.map +1 -1
  10. package/es/api/basic/controller/default/postBasicV1EmployeeList.d.ts +4 -4
  11. package/es/api/basic/controller/default/postBasicV1EmployeeList.mjs.map +1 -1
  12. package/es/api/basic/controller/default/postBasicV1ExchangeRateList.mjs.map +1 -1
  13. package/es/api/basic/controller/default/postBasicV1MenuList.d.ts +4 -4
  14. package/es/api/basic/controller/default/postBasicV1MenuList.mjs.map +1 -1
  15. package/es/api/basic/controller/default/postBasicV1OrgList.d.ts +2 -2
  16. package/es/api/basic/controller/default/postBasicV1OrgList.mjs.map +1 -1
  17. package/es/api/basic/controller/default/postBasicV1OrgTreeList.d.ts +4 -4
  18. package/es/api/basic/controller/default/postBasicV1OrgTreeList.mjs.map +1 -1
  19. package/es/api/basic/controller/default/postBasicV1ProductList.mjs.map +1 -1
  20. package/es/api/basic/controller/default/postBasicV1RoleList.d.ts +4 -4
  21. package/es/api/basic/controller/default/postBasicV1RoleList.mjs.map +1 -1
  22. package/es/api/basic/controller/default/postBasicV1SalesList.d.ts +119 -29
  23. package/es/api/basic/controller/default/postBasicV1SalesList.mjs.map +1 -1
  24. package/es/api/basic/controller/default/postBasicV1SystemList.d.ts +4 -4
  25. package/es/api/basic/controller/default/postBasicV1SystemList.mjs.map +1 -1
  26. package/es/api/basic/controller/default/usePostBasicV1AreaList.d.ts +14 -14
  27. package/es/api/basic/controller/default/usePostBasicV1AreaList.mjs.map +1 -1
  28. package/es/api/basic/controller/default/usePostBasicV1CategoryList.d.ts +28 -28
  29. package/es/api/basic/controller/default/usePostBasicV1CategoryList.mjs.map +1 -1
  30. package/es/api/basic/controller/default/usePostBasicV1CountryList.d.ts +14 -14
  31. package/es/api/basic/controller/default/usePostBasicV1CountryList.mjs.map +1 -1
  32. package/es/api/basic/controller/default/usePostBasicV1CurrencyList.d.ts +14 -14
  33. package/es/api/basic/controller/default/usePostBasicV1CurrencyList.mjs.map +1 -1
  34. package/es/api/basic/controller/default/usePostBasicV1EmployeeList.d.ts +28 -28
  35. package/es/api/basic/controller/default/usePostBasicV1EmployeeList.mjs.map +1 -1
  36. package/es/api/basic/controller/default/usePostBasicV1ExchangeRateList.mjs.map +1 -1
  37. package/es/api/basic/controller/default/usePostBasicV1MenuList.d.ts +28 -28
  38. package/es/api/basic/controller/default/usePostBasicV1MenuList.mjs.map +1 -1
  39. package/es/api/basic/controller/default/usePostBasicV1OrgList.d.ts +14 -14
  40. package/es/api/basic/controller/default/usePostBasicV1OrgList.mjs.map +1 -1
  41. package/es/api/basic/controller/default/usePostBasicV1OrgTreeList.d.ts +28 -28
  42. package/es/api/basic/controller/default/usePostBasicV1OrgTreeList.mjs.map +1 -1
  43. package/es/api/basic/controller/default/usePostBasicV1ProductList.mjs.map +1 -1
  44. package/es/api/basic/controller/default/usePostBasicV1RoleList.d.ts +28 -28
  45. package/es/api/basic/controller/default/usePostBasicV1RoleList.mjs.map +1 -1
  46. package/es/api/basic/controller/default/usePostBasicV1SalesList.d.ts +378 -28
  47. package/es/api/basic/controller/default/usePostBasicV1SalesList.mjs.map +1 -1
  48. package/es/api/basic/controller/default/usePostBasicV1SystemList.d.ts +28 -28
  49. package/es/api/basic/controller/default/usePostBasicV1SystemList.mjs.map +1 -1
  50. package/es/components/index.mjs +3 -0
  51. package/es/components/index.mjs.map +1 -1
  52. package/es/components/src/base/copyIcon/CopyIcon.vue.d.ts +10 -0
  53. package/es/components/src/base/copyIcon/CopyIcon.vue.mjs +7 -0
  54. package/es/components/src/base/copyIcon/CopyIcon.vue.mjs.map +1 -0
  55. package/es/components/src/base/copyIcon/CopyIcon.vue2.mjs +36 -0
  56. package/es/components/src/base/copyIcon/CopyIcon.vue2.mjs.map +1 -0
  57. package/es/components/src/base/copyIcon/copyIcon.d.ts +5 -0
  58. package/es/components/src/base/copyIcon/copyIcon.mjs +8 -0
  59. package/es/components/src/base/copyIcon/copyIcon.mjs.map +1 -0
  60. package/es/components/src/base/copyIcon/index.d.ts +13 -0
  61. package/es/components/src/base/copyIcon/index.mjs +9 -0
  62. package/es/components/src/base/copyIcon/index.mjs.map +1 -0
  63. package/es/components/src/base/index.d.ts +1 -0
  64. package/es/components/src/base/index.mjs +2 -0
  65. package/es/components/src/base/index.mjs.map +1 -1
  66. package/es/components/src/composite/tablePro/TablePro.vue.mjs +1 -1
  67. package/es/components/src/composite/tablePro/TablePro.vue2.mjs +2 -2
  68. package/es/components/src/composite/tablePro/TablePro.vue2.mjs.map +1 -1
  69. package/es/components/src/plugins/copy/index.d.ts +2 -0
  70. package/es/components/src/plugins/copy/index.mjs +8 -0
  71. package/es/components/src/plugins/copy/index.mjs.map +1 -0
  72. package/es/components/src/plugins/copy/method.d.ts +1 -0
  73. package/es/components/src/plugins/copy/method.mjs +15 -0
  74. package/es/components/src/plugins/copy/method.mjs.map +1 -0
  75. package/es/components/src/plugins/index.d.ts +1 -0
  76. package/es/components/src/plugins/index.mjs +1 -0
  77. package/es/components/src/plugins/index.mjs.map +1 -1
  78. package/es/giime/component.mjs +2 -0
  79. package/es/giime/component.mjs.map +1 -1
  80. package/es/giime/index.mjs +3 -0
  81. package/es/giime/index.mjs.map +1 -1
  82. package/es/giime/plugin.mjs +2 -1
  83. package/es/giime/plugin.mjs.map +1 -1
  84. package/es/giime/version.d.ts +1 -1
  85. package/es/index.css +46 -34
  86. package/global.d.ts +1 -0
  87. package/lib/api/basic/controller/default/postBasicV1AreaList.d.ts +2 -2
  88. package/lib/api/basic/controller/default/postBasicV1AreaList.js.map +1 -1
  89. package/lib/api/basic/controller/default/postBasicV1CategoryList.d.ts +4 -4
  90. package/lib/api/basic/controller/default/postBasicV1CategoryList.js.map +1 -1
  91. package/lib/api/basic/controller/default/postBasicV1CountryList.d.ts +2 -2
  92. package/lib/api/basic/controller/default/postBasicV1CountryList.js.map +1 -1
  93. package/lib/api/basic/controller/default/postBasicV1CurrencyList.d.ts +2 -2
  94. package/lib/api/basic/controller/default/postBasicV1CurrencyList.js.map +1 -1
  95. package/lib/api/basic/controller/default/postBasicV1EmployeeList.d.ts +4 -4
  96. package/lib/api/basic/controller/default/postBasicV1EmployeeList.js.map +1 -1
  97. package/lib/api/basic/controller/default/postBasicV1ExchangeRateList.js.map +1 -1
  98. package/lib/api/basic/controller/default/postBasicV1MenuList.d.ts +4 -4
  99. package/lib/api/basic/controller/default/postBasicV1MenuList.js.map +1 -1
  100. package/lib/api/basic/controller/default/postBasicV1OrgList.d.ts +2 -2
  101. package/lib/api/basic/controller/default/postBasicV1OrgList.js.map +1 -1
  102. package/lib/api/basic/controller/default/postBasicV1OrgTreeList.d.ts +4 -4
  103. package/lib/api/basic/controller/default/postBasicV1OrgTreeList.js.map +1 -1
  104. package/lib/api/basic/controller/default/postBasicV1ProductList.js.map +1 -1
  105. package/lib/api/basic/controller/default/postBasicV1RoleList.d.ts +4 -4
  106. package/lib/api/basic/controller/default/postBasicV1RoleList.js.map +1 -1
  107. package/lib/api/basic/controller/default/postBasicV1SalesList.d.ts +119 -29
  108. package/lib/api/basic/controller/default/postBasicV1SalesList.js.map +1 -1
  109. package/lib/api/basic/controller/default/postBasicV1SystemList.d.ts +4 -4
  110. package/lib/api/basic/controller/default/postBasicV1SystemList.js.map +1 -1
  111. package/lib/api/basic/controller/default/usePostBasicV1AreaList.d.ts +14 -14
  112. package/lib/api/basic/controller/default/usePostBasicV1AreaList.js.map +1 -1
  113. package/lib/api/basic/controller/default/usePostBasicV1CategoryList.d.ts +28 -28
  114. package/lib/api/basic/controller/default/usePostBasicV1CategoryList.js.map +1 -1
  115. package/lib/api/basic/controller/default/usePostBasicV1CountryList.d.ts +14 -14
  116. package/lib/api/basic/controller/default/usePostBasicV1CountryList.js.map +1 -1
  117. package/lib/api/basic/controller/default/usePostBasicV1CurrencyList.d.ts +14 -14
  118. package/lib/api/basic/controller/default/usePostBasicV1CurrencyList.js.map +1 -1
  119. package/lib/api/basic/controller/default/usePostBasicV1EmployeeList.d.ts +28 -28
  120. package/lib/api/basic/controller/default/usePostBasicV1EmployeeList.js.map +1 -1
  121. package/lib/api/basic/controller/default/usePostBasicV1ExchangeRateList.js.map +1 -1
  122. package/lib/api/basic/controller/default/usePostBasicV1MenuList.d.ts +28 -28
  123. package/lib/api/basic/controller/default/usePostBasicV1MenuList.js.map +1 -1
  124. package/lib/api/basic/controller/default/usePostBasicV1OrgList.d.ts +14 -14
  125. package/lib/api/basic/controller/default/usePostBasicV1OrgList.js.map +1 -1
  126. package/lib/api/basic/controller/default/usePostBasicV1OrgTreeList.d.ts +28 -28
  127. package/lib/api/basic/controller/default/usePostBasicV1OrgTreeList.js.map +1 -1
  128. package/lib/api/basic/controller/default/usePostBasicV1ProductList.js.map +1 -1
  129. package/lib/api/basic/controller/default/usePostBasicV1RoleList.d.ts +28 -28
  130. package/lib/api/basic/controller/default/usePostBasicV1RoleList.js.map +1 -1
  131. package/lib/api/basic/controller/default/usePostBasicV1SalesList.d.ts +378 -28
  132. package/lib/api/basic/controller/default/usePostBasicV1SalesList.js.map +1 -1
  133. package/lib/api/basic/controller/default/usePostBasicV1SystemList.d.ts +28 -28
  134. package/lib/api/basic/controller/default/usePostBasicV1SystemList.js.map +1 -1
  135. package/lib/components/index.js +40 -34
  136. package/lib/components/index.js.map +1 -1
  137. package/lib/components/src/base/copyIcon/CopyIcon.vue.d.ts +10 -0
  138. package/lib/components/src/base/copyIcon/CopyIcon.vue.js +11 -0
  139. package/lib/components/src/base/copyIcon/CopyIcon.vue.js.map +1 -0
  140. package/lib/components/src/base/copyIcon/CopyIcon.vue2.js +40 -0
  141. package/lib/components/src/base/copyIcon/CopyIcon.vue2.js.map +1 -0
  142. package/lib/components/src/base/copyIcon/copyIcon.d.ts +5 -0
  143. package/lib/components/src/base/copyIcon/copyIcon.js +10 -0
  144. package/lib/components/src/base/copyIcon/copyIcon.js.map +1 -0
  145. package/lib/components/src/base/copyIcon/index.d.ts +13 -0
  146. package/lib/components/src/base/copyIcon/index.js +15 -0
  147. package/lib/components/src/base/copyIcon/index.js.map +1 -0
  148. package/lib/components/src/base/index.d.ts +1 -0
  149. package/lib/components/src/base/index.js +4 -0
  150. package/lib/components/src/base/index.js.map +1 -1
  151. package/lib/components/src/composite/tablePro/TablePro.vue.js +1 -1
  152. package/lib/components/src/composite/tablePro/TablePro.vue2.js +2 -2
  153. package/lib/components/src/composite/tablePro/TablePro.vue2.js.map +1 -1
  154. package/lib/components/src/plugins/copy/index.d.ts +2 -0
  155. package/lib/components/src/plugins/copy/index.js +13 -0
  156. package/lib/components/src/plugins/copy/index.js.map +1 -0
  157. package/lib/components/src/plugins/copy/method.d.ts +1 -0
  158. package/lib/components/src/plugins/copy/method.js +17 -0
  159. package/lib/components/src/plugins/copy/method.js.map +1 -0
  160. package/lib/components/src/plugins/index.d.ts +1 -0
  161. package/lib/components/src/plugins/index.js +2 -0
  162. package/lib/components/src/plugins/index.js.map +1 -1
  163. package/lib/giime/component.js +26 -24
  164. package/lib/giime/component.js.map +1 -1
  165. package/lib/giime/index.js +64 -58
  166. package/lib/giime/index.js.map +1 -1
  167. package/lib/giime/plugin.js +2 -1
  168. package/lib/giime/plugin.js.map +1 -1
  169. package/lib/giime/version.d.ts +1 -1
  170. package/lib/index.css +46 -34
  171. package/package.json +2 -1
@@ -1,57 +1,57 @@
1
1
  import { type AxiosRequestConfig } from "axios";
2
2
  export interface PostBasicV1SalesListResult {
3
3
  /** 接口状态码 */
4
- code: string;
4
+ code: number;
5
5
  /** 状态描述 */
6
6
  msg: string;
7
7
  /** 业务状态码 */
8
- bizCode: string;
9
- /** 业务数据 */
8
+ bizCode: number;
10
9
  data: PostBasicV1SalesListResultData;
11
10
  }
12
11
  export interface PostBasicV1SalesListResultData {
13
- /** 总条数 */
14
12
  total: number;
15
- /** 每页数量 */
16
13
  size: number;
17
- /** 当前第几页 */
18
14
  current: number;
19
- /** 是否包含总数 */
20
15
  search_count: boolean;
21
16
  records: PostBasicV1SalesListResultDataRecords[];
22
17
  }
23
18
  export interface PostBasicV1SalesListResultDataRecords {
24
- /** id */
19
+ /** 商品/站点id */
25
20
  id?: number;
26
- /** 商品/站点名称 */
21
+ /** 商品/站点标题 */
27
22
  sale_title?: string;
28
23
  /** 团队id */
29
24
  area_id?: number;
30
25
  /** 币种id */
31
26
  currency_id?: number;
32
- /** 出货单名称 */
27
+ /** 商品出货单名称 */
33
28
  sale_name?: string;
34
- /** 1 商品 3 站点 */
29
+ /** 类型 1 商品 3 站点 */
35
30
  show_type?: number;
36
- /** 原价 */
37
- price: number;
31
+ /** 价格 */
32
+ price?: number;
38
33
  /** 优惠价 */
39
34
  special_price?: number;
40
- /** 虚拟购买数 */
35
+ /** 虚拟购买数量 */
41
36
  fake_num?: number;
42
- /** 评论总数 */
37
+ /** 评论总数量 */
43
38
  rview_total?: number;
44
- /** 虚拟评论数 */
39
+ /** 虚拟好评论数量 */
45
40
  rview_num?: number;
46
41
  /** 域名 */
47
42
  domain?: string;
48
- /** seo_url 老单页投放会使用 */
49
43
  seo_url?: string;
44
+ /** 倒计时时间 */
45
+ hours?: number;
46
+ /** 关键词 (弃用) */
47
+ keywords?: string;
50
48
  /** 商品图 */
51
49
  logo_url?: string;
52
- /** - 1. 自建 - 2. 复制同行 - 3. 克隆 - 4. 简站 - 5. 精简站 - 6. 三方爬虫品 - 7. 广告关联专用 */
50
+ /** 操作者id */
51
+ userid?: number;
52
+ /** 商品类型 1 自建 2 复制同行站 3 克隆 4简站 5 精简站 6 三方爬虫品 7 广告关联专用 */
53
53
  site_type?: number;
54
- /** 选品 */
54
+ /** 选品id */
55
55
  chooser_id?: number;
56
56
  /** 站长 */
57
57
  recommener?: number;
@@ -59,26 +59,69 @@ export interface PostBasicV1SalesListResultDataRecords {
59
59
  addtime?: string;
60
60
  /** 修改时间 */
61
61
  uptime?: string;
62
- /** 设计师 */
62
+ /** 设计师id */
63
63
  designer_id?: number;
64
- /** 模板 */
64
+ /** 模板路径 */
65
65
  tpl_path?: string;
66
+ /** 是否有运费 */
67
+ is_shipping?: number;
66
68
  /** 产品id */
67
69
  product_id?: number;
68
- /** 此商品/站点是从该id克隆出来 */
70
+ /** 当前市场的价格汇率 */
71
+ rate?: number;
72
+ /** 克隆id 该商品由此id克隆出来 */
69
73
  clone_id?: number;
70
- /** 线路(国家)id */
74
+ /** 市场id(国家表主键id) */
71
75
  market_id?: number;
76
+ /** 导入状态 */
77
+ impstatus?: number;
78
+ /** 促销显示的商品名称 */
79
+ abbreviation?: string;
80
+ /** 改派价格 */
81
+ pre_price?: number;
82
+ /** 产品类型 */
83
+ product_type?: string;
84
+ /** 物流公司id */
85
+ logistics_id?: number;
86
+ /** 促销语 */
87
+ promotions?: string;
88
+ /** 是否测品 */
89
+ is_test_product?: number;
72
90
  /** 商品/站点创建人 */
73
91
  uploader?: number;
74
92
  /** 是否改派 */
75
93
  is_change?: number;
76
- /** 状态 0 下架 1 上架中 2 删除 3 待优化 */
94
+ /** 源设计师 */
95
+ original_designer?: number;
96
+ /** 默认支付方式 */
97
+ default_payment?: string;
98
+ /** 删除原因 */
99
+ del_reason_id?: number;
100
+ /** 下架时间 */
101
+ shelf_time?: string;
102
+ /** 库存 */
103
+ stock?: number;
104
+ /** 状态 0 下架 1 上架中 2 删除 3 待优化 */
77
105
  status?: number;
78
106
  /** 语种 */
79
107
  lang_id?: number;
80
- /** 组织架构编码 */
108
+ /** 支付方式 */
109
+ payment_method?: string;
110
+ /** 签收率 */
111
+ sign_rate?: number;
112
+ /** 是否有分类 */
113
+ has_cate?: number;
114
+ /** 商品属性 */
115
+ sale_attr?: string;
116
+ /** 是否有评论 */
117
+ has_appraise?: number;
118
+ /** 商品所属组织架构代码 */
81
119
  org_code?: string;
120
+ seo_name?: string;
121
+ /** 扩展内容 json数据 */
122
+ extend?: string;
123
+ /** 是否低价 */
124
+ low_price?: number;
82
125
  /** 设置改派时间 */
83
126
  is_change_time?: string;
84
127
  }
@@ -87,9 +130,9 @@ export interface PostBasicV1SalesListResultDataRecords {
87
130
  * /basic/v1/sales/list
88
131
  */
89
132
  export declare function postBasicV1SalesList(input?: PostBasicV1SalesListInput, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
90
- code: string;
133
+ code: number;
91
134
  msg: string;
92
- bizCode: string;
135
+ bizCode: number;
93
136
  data: {
94
137
  total: number;
95
138
  size: number;
@@ -109,7 +152,10 @@ export declare function postBasicV1SalesList(input?: PostBasicV1SalesListInput,
109
152
  rview_num: number;
110
153
  domain: string;
111
154
  seo_url: string;
155
+ hours: number;
156
+ keywords: string;
112
157
  logo_url: string;
158
+ userid: number;
113
159
  site_type: number;
114
160
  chooser_id: number;
115
161
  recommener: number;
@@ -117,21 +163,65 @@ export declare function postBasicV1SalesList(input?: PostBasicV1SalesListInput,
117
163
  uptime: string;
118
164
  designer_id: number;
119
165
  tpl_path: string;
166
+ is_shipping: number;
120
167
  product_id: number;
168
+ rate: number;
121
169
  clone_id: number;
122
170
  market_id: number;
171
+ impstatus: number;
172
+ abbreviation: string;
173
+ pre_price: number;
174
+ product_type: string;
175
+ logistics_id: number;
176
+ promotions: string;
177
+ is_test_product: number;
123
178
  uploader: number;
124
179
  is_change: number;
180
+ original_designer: number;
181
+ default_payment: string;
182
+ del_reason_id: number;
183
+ shelf_time: string;
184
+ stock: number;
125
185
  status: number;
126
186
  lang_id: number;
187
+ payment_method: string;
188
+ sign_rate: number;
189
+ has_cate: number;
190
+ sale_attr: string;
191
+ has_appraise: number;
127
192
  org_code: string;
193
+ seo_name: string;
194
+ extend: string;
195
+ low_price: number;
128
196
  is_change_time: string;
129
197
  }[];
130
198
  };
131
199
  }, any>>;
132
200
  export interface PostBasicV1SalesListInput {
133
- /** ID 编号 */
134
- id: any;
135
201
  /** 团队id,多个逗号分隔 */
136
202
  area_ids: string;
203
+ /** 选品id 多个逗号分隔 */
204
+ chooser_ids: string;
205
+ /** 币种id */
206
+ currency_ids: string;
207
+ /** 第几页 */
208
+ current: string;
209
+ /** 设计师id 多个逗号分隔 */
210
+ designer_ids: string;
211
+ /** 域名 */
212
+ domain: string;
213
+ /** id */
214
+ ids: string;
215
+ /** 关键词 默认分词匹配 商品名和 出货单名称 */
216
+ keywords: string;
217
+ /** 是否查询总数 */
218
+ search_count: boolean;
219
+ /** 类型 1 商品 3 站点 */
220
+ show_type: number;
221
+ /** 家族搜索 (家族组织架构编码) */
222
+ top_org: string;
223
+ /** 每页条数 */
224
+ size: number;
225
+ /** 排序字段 */
226
+ ascs: string;
137
227
  }
@@ -1 +1 @@
1
- {"version":3,"file":"postBasicV1SalesList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/postBasicV1SalesList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\n\r\nexport interface PostBasicV1SalesListResult {\r\n /** 接口状态码 */\r\n code: string;\r\n /** 状态描述 */\r\n msg: string;\r\n /** 业务状态码 */\r\n bizCode: string;\r\n /** 业务数据 */\r\n data: PostBasicV1SalesListResultData;\r\n}\r\n\r\nexport interface PostBasicV1SalesListResultData {\r\n /** 总条数 */\r\n total: number;\r\n /** 每页数量 */\r\n size: number;\r\n /** 当前第几页 */\r\n current: number;\r\n /** 是否包含总数 */\r\n search_count: boolean;\r\n records: PostBasicV1SalesListResultDataRecords[];\r\n}\r\n\r\nexport interface PostBasicV1SalesListResultDataRecords {\r\n /** id */\r\n id?: number;\r\n /** 商品/站点名称 */\r\n sale_title?: string;\r\n /** 团队id */\r\n area_id?: number;\r\n /** 币种id */\r\n currency_id?: number;\r\n /** 出货单名称 */\r\n sale_name?: string;\r\n /** 1 商品 3 站点 */\r\n show_type?: number;\r\n /** 原价 */\r\n price: number;\r\n /** 优惠价 */\r\n special_price?: number;\r\n /** 虚拟购买数 */\r\n fake_num?: number;\r\n /** 评论总数 */\r\n rview_total?: number;\r\n /** 虚拟评论数 */\r\n rview_num?: number;\r\n /** 域名 */\r\n domain?: string;\r\n /** seo_url 老单页投放会使用 */\r\n seo_url?: string;\r\n /** 商品图 */\r\n logo_url?: string;\r\n /** - 1. 自建 - 2. 复制同行 - 3. 克隆 - 4. 简站 - 5. 精简站 - 6. 三方爬虫品 - 7. 广告关联专用 */\r\n site_type?: number;\r\n /** 选品 */\r\n chooser_id?: number;\r\n /** 站长 */\r\n recommener?: number;\r\n /** 创建时间 */\r\n addtime?: string;\r\n /** 修改时间 */\r\n uptime?: string;\r\n /** 设计师 */\r\n designer_id?: number;\r\n /** 模板 */\r\n tpl_path?: string;\r\n /** 产品id */\r\n product_id?: number;\r\n /** 此商品/站点是从该id克隆出来 */\r\n clone_id?: number;\r\n /** 线路(国家)id */\r\n market_id?: number;\r\n /** 商品/站点创建人 */\r\n uploader?: number;\r\n /** 是否改派 */\r\n is_change?: number;\r\n /** 状态 0 下架 1 上架中 2 删除 3 待优化 */\r\n status?: number;\r\n /** 语种 */\r\n lang_id?: number;\r\n /** 组织架构编码 */\r\n org_code?: string;\r\n /** 设置改派时间 */\r\n is_change_time?: string;\r\n}\r\n\r\n/**\r\n * 商品列表\r\n * /basic/v1/sales/list\r\n */\r\nexport function postBasicV1SalesList(input?: PostBasicV1SalesListInput, config?: AxiosRequestConfig) {\r\n return request.post<DeepRequired<PostBasicV1SalesListResult>>(`/basic/v1/sales/list`, input, config);\r\n}\r\n\r\nexport interface PostBasicV1SalesListInput {\r\n /** ID 编号 */\r\n id: any;\r\n /** 团队id,多个逗号分隔 */\r\n area_ids: string;\r\n}\r\n"],"names":["request"],"mappings":";;AA8FgB,SAAA,oBAAA,CAAqB,OAAmC,MAA6B,EAAA;AACjG,EAAA,OAAOA,OAAQ,CAAA,IAAA,CAA+C,CAAwB,oBAAA,CAAA,EAAA,KAAA,EAAO,MAAM,CAAA,CAAA;AACvG;;;;"}
1
+ {"version":3,"file":"postBasicV1SalesList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/postBasicV1SalesList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\n\nexport interface PostBasicV1SalesListResult {\n /** 接口状态码 */\n code: number;\n /** 状态描述 */\n msg: string;\n /** 业务状态码 */\n bizCode: number;\n data: PostBasicV1SalesListResultData;\n}\n\nexport interface PostBasicV1SalesListResultData {\n total: number;\n size: number;\n current: number;\n search_count: boolean;\n records: PostBasicV1SalesListResultDataRecords[];\n}\n\nexport interface PostBasicV1SalesListResultDataRecords {\n /** 商品/站点id */\n id?: number;\n /** 商品/站点标题 */\n sale_title?: string;\n /** 团队id */\n area_id?: number;\n /** 币种id */\n currency_id?: number;\n /** 商品出货单名称 */\n sale_name?: string;\n /** 类型 1 商品 3 站点 */\n show_type?: number;\n /** 价格 */\n price?: number;\n /** 优惠价 */\n special_price?: number;\n /** 虚拟购买数量 */\n fake_num?: number;\n /** 评论总数量 */\n rview_total?: number;\n /** 虚拟好评论数量 */\n rview_num?: number;\n /** 域名 */\n domain?: string;\n seo_url?: string;\n /** 倒计时时间 */\n hours?: number;\n /** 关键词 (弃用) */\n keywords?: string;\n /** 商品图 */\n logo_url?: string;\n /** 操作者id */\n userid?: number;\n /** 商品类型 1 自建 2 复制同行站 3 克隆 4简站 5 精简站 6 三方爬虫品 7 广告关联专用 */\n site_type?: number;\n /** 选品id */\n chooser_id?: number;\n /** 站长 */\n recommener?: number;\n /** 创建时间 */\n addtime?: string;\n /** 修改时间 */\n uptime?: string;\n /** 设计师id */\n designer_id?: number;\n /** 模板路径 */\n tpl_path?: string;\n /** 是否有运费 */\n is_shipping?: number;\n /** 产品id */\n product_id?: number;\n /** 当前市场的价格汇率 */\n rate?: number;\n /** 克隆id 该商品由此id克隆出来 */\n clone_id?: number;\n /** 市场id(国家表主键id) */\n market_id?: number;\n /** 导入状态 */\n impstatus?: number;\n /** 促销显示的商品名称 */\n abbreviation?: string;\n /** 改派价格 */\n pre_price?: number;\n /** 产品类型 */\n product_type?: string;\n /** 物流公司id */\n logistics_id?: number;\n /** 促销语 */\n promotions?: string;\n /** 是否测品 */\n is_test_product?: number;\n /** 商品/站点创建人 */\n uploader?: number;\n /** 是否改派 */\n is_change?: number;\n /** 源设计师 */\n original_designer?: number;\n /** 默认支付方式 */\n default_payment?: string;\n /** 删除原因 */\n del_reason_id?: number;\n /** 下架时间 */\n shelf_time?: string;\n /** 库存 */\n stock?: number;\n /** 状态 0 下架 1 上架中 2 删除 3 待优化 */\n status?: number;\n /** 语种 */\n lang_id?: number;\n /** 支付方式 */\n payment_method?: string;\n /** 签收率 */\n sign_rate?: number;\n /** 是否有分类 */\n has_cate?: number;\n /** 商品属性 */\n sale_attr?: string;\n /** 是否有评论 */\n has_appraise?: number;\n /** 商品所属组织架构代码 */\n org_code?: string;\n seo_name?: string;\n /** 扩展内容 json数据 */\n extend?: string;\n /** 是否低价 */\n low_price?: number;\n /** 设置改派时间 */\n is_change_time?: string;\n}\n\n/**\n * 商品列表\n * /basic/v1/sales/list\n */\nexport function postBasicV1SalesList(input?: PostBasicV1SalesListInput, config?: AxiosRequestConfig) {\n return request.post<DeepRequired<PostBasicV1SalesListResult>>(`/basic/v1/sales/list`, input, config);\n}\n\nexport interface PostBasicV1SalesListInput {\n /** 团队id,多个逗号分隔 */\n area_ids: string;\n /** 选品id 多个逗号分隔 */\n chooser_ids: string;\n /** 币种id */\n currency_ids: string;\n /** 第几页 */\n current: string;\n /** 设计师id 多个逗号分隔 */\n designer_ids: string;\n /** 域名 */\n domain: string;\n /** id */\n ids: string;\n /** 关键词 默认分词匹配 商品名和 出货单名称 */\n keywords: string;\n /** 是否查询总数 */\n search_count: boolean;\n /** 类型 1 商品 3 站点 */\n show_type: number;\n /** 家族搜索 (家族组织架构编码) */\n top_org: string;\n /** 每页条数 */\n size: number;\n /** 排序字段 */\n ascs: string;\n}\n"],"names":["request"],"mappings":";;AAyIgB,SAAA,oBAAA,CAAqB,OAAmC,MAA6B,EAAA;AACjG,EAAA,OAAOA,OAAQ,CAAA,IAAA,CAA+C,CAAwB,oBAAA,CAAA,EAAA,KAAA,EAAO,MAAM,CAAA,CAAA;AACvG;;;;"}
@@ -1,11 +1,11 @@
1
1
  import { type AxiosRequestConfig } from "axios";
2
2
  export interface PostBasicV1SystemListResult {
3
3
  /** 接口状态码 */
4
- code: string;
4
+ code: number;
5
5
  /** 状态描述 */
6
6
  msg: string;
7
7
  /** 业务状态码 */
8
- bizCode: string;
8
+ bizCode: number;
9
9
  /** 业务数据 */
10
10
  data: PostBasicV1SystemListResultData[];
11
11
  }
@@ -22,9 +22,9 @@ export interface PostBasicV1SystemListResultData {
22
22
  * /basic/v1/system/list
23
23
  */
24
24
  export declare function postBasicV1SystemList(config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
25
- code: string;
25
+ code: number;
26
26
  msg: string;
27
- bizCode: string;
27
+ bizCode: number;
28
28
  data: {
29
29
  id: number;
30
30
  name: string;
@@ -1 +1 @@
1
- {"version":3,"file":"postBasicV1SystemList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/postBasicV1SystemList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\n\r\nexport interface PostBasicV1SystemListResult {\r\n /** 接口状态码 */\r\n code: string;\r\n /** 状态描述 */\r\n msg: string;\r\n /** 业务状态码 */\r\n bizCode: string;\r\n /** 业务数据 */\r\n data: PostBasicV1SystemListResultData[];\r\n}\r\n\r\nexport interface PostBasicV1SystemListResultData {\r\n /** 系统ID */\r\n id: number;\r\n /** 系统简称 */\r\n name: string;\r\n /** 系统全称 */\r\n title: any;\r\n}\r\n\r\n/**\r\n * 系统列表\r\n * /basic/v1/system/list\r\n */\r\nexport function postBasicV1SystemList(config?: AxiosRequestConfig) {\r\n return request.post<DeepRequired<PostBasicV1SystemListResult>>(`/basic/v1/system/list`, config);\r\n}\r\n"],"names":["request"],"mappings":";;AA4BO,SAAS,sBAAsB,MAA6B,EAAA;AAC/D,EAAO,OAAAA,OAAA,CAAQ,IAAgD,CAAA,CAAA,qBAAA,CAAA,EAAyB,MAAM,CAAA,CAAA;AAClG;;;;"}
1
+ {"version":3,"file":"postBasicV1SystemList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/postBasicV1SystemList.ts"],"sourcesContent":["import request from \"@giime/api/basic/request\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\n\nexport interface PostBasicV1SystemListResult {\n /** 接口状态码 */\n code: number;\n /** 状态描述 */\n msg: string;\n /** 业务状态码 */\n bizCode: number;\n /** 业务数据 */\n data: PostBasicV1SystemListResultData[];\n}\n\nexport interface PostBasicV1SystemListResultData {\n /** 系统ID */\n id: number;\n /** 系统简称 */\n name: string;\n /** 系统全称 */\n title: any;\n}\n\n/**\n * 系统列表\n * /basic/v1/system/list\n */\nexport function postBasicV1SystemList(config?: AxiosRequestConfig) {\n return request.post<DeepRequired<PostBasicV1SystemListResult>>(`/basic/v1/system/list`, config);\n}\n"],"names":["request"],"mappings":";;AA4BO,SAAS,sBAAsB,MAA6B,EAAA;AAC/D,EAAO,OAAAA,OAAA,CAAQ,IAAgD,CAAA,CAAA,qBAAA,CAAA,EAAyB,MAAM,CAAA,CAAA;AAClG;;;;"}
@@ -10,7 +10,7 @@ export declare function usePostBasicV1AreaList(config?: AxiosRequestConfig, opti
10
10
  exec: (input?: PostBasicV1AreaListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
11
11
  code: number;
12
12
  msg: string;
13
- bizCode: string;
13
+ bizCode: number;
14
14
  data: {
15
15
  id: number;
16
16
  name: string;
@@ -20,7 +20,7 @@ export declare function usePostBasicV1AreaList(config?: AxiosRequestConfig, opti
20
20
  }, import("axios").AxiosResponse<{
21
21
  code: number;
22
22
  msg: string;
23
- bizCode: string;
23
+ bizCode: number;
24
24
  data: {
25
25
  id: number;
26
26
  name: string;
@@ -31,7 +31,7 @@ export declare function usePostBasicV1AreaList(config?: AxiosRequestConfig, opti
31
31
  execute: (url?: string | AxiosRequestConfig<any> | undefined, config?: AxiosRequestConfig<any> | undefined) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
32
32
  code: number;
33
33
  msg: string;
34
- bizCode: string;
34
+ bizCode: number;
35
35
  data: {
36
36
  id: number;
37
37
  name: string;
@@ -41,7 +41,7 @@ export declare function usePostBasicV1AreaList(config?: AxiosRequestConfig, opti
41
41
  }, import("axios").AxiosResponse<{
42
42
  code: number;
43
43
  msg: string;
44
- bizCode: string;
44
+ bizCode: number;
45
45
  data: {
46
46
  id: number;
47
47
  name: string;
@@ -52,7 +52,7 @@ export declare function usePostBasicV1AreaList(config?: AxiosRequestConfig, opti
52
52
  response: import("vue").ShallowRef<import("axios").AxiosResponse<{
53
53
  code: number;
54
54
  msg: string;
55
- bizCode: string;
55
+ bizCode: number;
56
56
  data: {
57
57
  id: number;
58
58
  name: string;
@@ -63,7 +63,7 @@ export declare function usePostBasicV1AreaList(config?: AxiosRequestConfig, opti
63
63
  data: import("vue").Ref<{
64
64
  code: number;
65
65
  msg: string;
66
- bizCode: string;
66
+ bizCode: number;
67
67
  data: {
68
68
  id: number;
69
69
  name: string;
@@ -81,7 +81,7 @@ export declare function usePostBasicV1AreaList(config?: AxiosRequestConfig, opti
81
81
  then<TResult1 = import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
82
82
  code: number;
83
83
  msg: string;
84
- bizCode: string;
84
+ bizCode: number;
85
85
  data: {
86
86
  id: number;
87
87
  name: string;
@@ -91,7 +91,7 @@ export declare function usePostBasicV1AreaList(config?: AxiosRequestConfig, opti
91
91
  }, import("axios").AxiosResponse<{
92
92
  code: number;
93
93
  msg: string;
94
- bizCode: string;
94
+ bizCode: number;
95
95
  data: {
96
96
  id: number;
97
97
  name: string;
@@ -101,7 +101,7 @@ export declare function usePostBasicV1AreaList(config?: AxiosRequestConfig, opti
101
101
  }, any>, any>, TResult2 = never>(onfulfilled?: ((value: import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
102
102
  code: number;
103
103
  msg: string;
104
- bizCode: string;
104
+ bizCode: number;
105
105
  data: {
106
106
  id: number;
107
107
  name: string;
@@ -111,7 +111,7 @@ export declare function usePostBasicV1AreaList(config?: AxiosRequestConfig, opti
111
111
  }, import("axios").AxiosResponse<{
112
112
  code: number;
113
113
  msg: string;
114
- bizCode: string;
114
+ bizCode: number;
115
115
  data: {
116
116
  id: number;
117
117
  name: string;
@@ -122,7 +122,7 @@ export declare function usePostBasicV1AreaList(config?: AxiosRequestConfig, opti
122
122
  catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | null | undefined): Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
123
123
  code: number;
124
124
  msg: string;
125
- bizCode: string;
125
+ bizCode: number;
126
126
  data: {
127
127
  id: number;
128
128
  name: string;
@@ -132,7 +132,7 @@ export declare function usePostBasicV1AreaList(config?: AxiosRequestConfig, opti
132
132
  }, import("axios").AxiosResponse<{
133
133
  code: number;
134
134
  msg: string;
135
- bizCode: string;
135
+ bizCode: number;
136
136
  data: {
137
137
  id: number;
138
138
  name: string;
@@ -143,7 +143,7 @@ export declare function usePostBasicV1AreaList(config?: AxiosRequestConfig, opti
143
143
  finally(onfinally?: (() => void) | null | undefined): Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
144
144
  code: number;
145
145
  msg: string;
146
- bizCode: string;
146
+ bizCode: number;
147
147
  data: {
148
148
  id: number;
149
149
  name: string;
@@ -153,7 +153,7 @@ export declare function usePostBasicV1AreaList(config?: AxiosRequestConfig, opti
153
153
  }, import("axios").AxiosResponse<{
154
154
  code: number;
155
155
  msg: string;
156
- bizCode: string;
156
+ bizCode: number;
157
157
  data: {
158
158
  id: number;
159
159
  name: string;
@@ -1 +1 @@
1
- {"version":3,"file":"usePostBasicV1AreaList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostBasicV1AreaList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\nimport { type PostBasicV1AreaListResult, type PostBasicV1AreaListInput } from \"./postBasicV1AreaList\";\r\nimport request from \"@giime/api/basic/request\";\r\n\r\n/**\r\n * 团队列表\r\n * /basic/v1/area/list\r\n */\r\nexport function usePostBasicV1AreaList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1AreaListResult>>) {\r\n const useAxiosReturn = useAxios<DeepRequired<PostBasicV1AreaListResult>>(\r\n '/basic/v1/area/list',\r\n { method: 'post', ...config },\r\n request,\r\n { immediate: false, ...options }\r\n )\r\n\r\n function exec(input?: PostBasicV1AreaListInput, axiosConfig?: AxiosRequestConfig) {\r\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\r\n }\r\n return { ...useAxiosReturn, exec };\r\n}\r\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,sBAAA,CAAuB,QAA6B,OAAoE,EAAA;AACpI,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,qBAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAS,SAAA,IAAA,CAAK,OAAkC,WAAkC,EAAA;AAC9E,IAAA,OAAO,eAAe,OAAQ,CAAA,EAAE,MAAM,KAAO,EAAA,GAAG,aAAa,CAAA,CAAA;AAAA,GACjE;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
1
+ {"version":3,"file":"usePostBasicV1AreaList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostBasicV1AreaList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\nimport { type PostBasicV1AreaListResult, type PostBasicV1AreaListInput } from \"./postBasicV1AreaList\";\nimport request from \"@giime/api/basic/request\";\n\n/**\n * 团队列表\n * /basic/v1/area/list\n */\nexport function usePostBasicV1AreaList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1AreaListResult>>) {\n const useAxiosReturn = useAxios<DeepRequired<PostBasicV1AreaListResult>>(\n '/basic/v1/area/list',\n { method: 'post', ...config },\n request,\n { immediate: false, ...options }\n )\n\n function exec(input?: PostBasicV1AreaListInput, axiosConfig?: AxiosRequestConfig) {\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\n }\n return { ...useAxiosReturn, exec };\n}\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,sBAAA,CAAuB,QAA6B,OAAoE,EAAA;AACpI,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,qBAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAS,SAAA,IAAA,CAAK,OAAkC,WAAkC,EAAA;AAC9E,IAAA,OAAO,eAAe,OAAQ,CAAA,EAAE,MAAM,KAAO,EAAA,GAAG,aAAa,CAAA,CAAA;AAAA,GACjE;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
@@ -8,9 +8,9 @@ import { type PostBasicV1CategoryListResult, type PostBasicV1CategoryListInput }
8
8
  */
9
9
  export declare function usePostBasicV1CategoryList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1CategoryListResult>>): {
10
10
  exec: (input?: PostBasicV1CategoryListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
11
- code: string;
11
+ code: number;
12
12
  msg: string;
13
- bizCode: string;
13
+ bizCode: number;
14
14
  data: {
15
15
  id: number;
16
16
  name: string;
@@ -34,9 +34,9 @@ export declare function usePostBasicV1CategoryList(config?: AxiosRequestConfig,
34
34
  }[];
35
35
  }[];
36
36
  }, import("axios").AxiosResponse<{
37
- code: string;
37
+ code: number;
38
38
  msg: string;
39
- bizCode: string;
39
+ bizCode: number;
40
40
  data: {
41
41
  id: number;
42
42
  name: string;
@@ -61,9 +61,9 @@ export declare function usePostBasicV1CategoryList(config?: AxiosRequestConfig,
61
61
  }[];
62
62
  }, any>, any>>;
63
63
  execute: (url?: string | AxiosRequestConfig<any> | undefined, config?: AxiosRequestConfig<any> | undefined) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
64
- code: string;
64
+ code: number;
65
65
  msg: string;
66
- bizCode: string;
66
+ bizCode: number;
67
67
  data: {
68
68
  id: number;
69
69
  name: string;
@@ -87,9 +87,9 @@ export declare function usePostBasicV1CategoryList(config?: AxiosRequestConfig,
87
87
  }[];
88
88
  }[];
89
89
  }, import("axios").AxiosResponse<{
90
- code: string;
90
+ code: number;
91
91
  msg: string;
92
- bizCode: string;
92
+ bizCode: number;
93
93
  data: {
94
94
  id: number;
95
95
  name: string;
@@ -114,9 +114,9 @@ export declare function usePostBasicV1CategoryList(config?: AxiosRequestConfig,
114
114
  }[];
115
115
  }, any>, any>>;
116
116
  response: import("vue").ShallowRef<import("axios").AxiosResponse<{
117
- code: string;
117
+ code: number;
118
118
  msg: string;
119
- bizCode: string;
119
+ bizCode: number;
120
120
  data: {
121
121
  id: number;
122
122
  name: string;
@@ -141,9 +141,9 @@ export declare function usePostBasicV1CategoryList(config?: AxiosRequestConfig,
141
141
  }[];
142
142
  }, any> | undefined>;
143
143
  data: import("vue").Ref<{
144
- code: string;
144
+ code: number;
145
145
  msg: string;
146
- bizCode: string;
146
+ bizCode: number;
147
147
  data: {
148
148
  id: number;
149
149
  name: string;
@@ -175,9 +175,9 @@ export declare function usePostBasicV1CategoryList(config?: AxiosRequestConfig,
175
175
  cancel: (message?: string | undefined) => void;
176
176
  isCanceled: import("vue").Ref<boolean>;
177
177
  then<TResult1 = import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
178
- code: string;
178
+ code: number;
179
179
  msg: string;
180
- bizCode: string;
180
+ bizCode: number;
181
181
  data: {
182
182
  id: number;
183
183
  name: string;
@@ -201,9 +201,9 @@ export declare function usePostBasicV1CategoryList(config?: AxiosRequestConfig,
201
201
  }[];
202
202
  }[];
203
203
  }, import("axios").AxiosResponse<{
204
- code: string;
204
+ code: number;
205
205
  msg: string;
206
- bizCode: string;
206
+ bizCode: number;
207
207
  data: {
208
208
  id: number;
209
209
  name: string;
@@ -227,9 +227,9 @@ export declare function usePostBasicV1CategoryList(config?: AxiosRequestConfig,
227
227
  }[];
228
228
  }[];
229
229
  }, any>, any>, TResult2 = never>(onfulfilled?: ((value: import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
230
- code: string;
230
+ code: number;
231
231
  msg: string;
232
- bizCode: string;
232
+ bizCode: number;
233
233
  data: {
234
234
  id: number;
235
235
  name: string;
@@ -253,9 +253,9 @@ export declare function usePostBasicV1CategoryList(config?: AxiosRequestConfig,
253
253
  }[];
254
254
  }[];
255
255
  }, import("axios").AxiosResponse<{
256
- code: string;
256
+ code: number;
257
257
  msg: string;
258
- bizCode: string;
258
+ bizCode: number;
259
259
  data: {
260
260
  id: number;
261
261
  name: string;
@@ -280,9 +280,9 @@ export declare function usePostBasicV1CategoryList(config?: AxiosRequestConfig,
280
280
  }[];
281
281
  }, any>, any>) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null | undefined): Promise<TResult1 | TResult2>;
282
282
  catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | null | undefined): Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
283
- code: string;
283
+ code: number;
284
284
  msg: string;
285
- bizCode: string;
285
+ bizCode: number;
286
286
  data: {
287
287
  id: number;
288
288
  name: string;
@@ -306,9 +306,9 @@ export declare function usePostBasicV1CategoryList(config?: AxiosRequestConfig,
306
306
  }[];
307
307
  }[];
308
308
  }, import("axios").AxiosResponse<{
309
- code: string;
309
+ code: number;
310
310
  msg: string;
311
- bizCode: string;
311
+ bizCode: number;
312
312
  data: {
313
313
  id: number;
314
314
  name: string;
@@ -333,9 +333,9 @@ export declare function usePostBasicV1CategoryList(config?: AxiosRequestConfig,
333
333
  }[];
334
334
  }, any>, any> | TResult>;
335
335
  finally(onfinally?: (() => void) | null | undefined): Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
336
- code: string;
336
+ code: number;
337
337
  msg: string;
338
- bizCode: string;
338
+ bizCode: number;
339
339
  data: {
340
340
  id: number;
341
341
  name: string;
@@ -359,9 +359,9 @@ export declare function usePostBasicV1CategoryList(config?: AxiosRequestConfig,
359
359
  }[];
360
360
  }[];
361
361
  }, import("axios").AxiosResponse<{
362
- code: string;
362
+ code: number;
363
363
  msg: string;
364
- bizCode: string;
364
+ bizCode: number;
365
365
  data: {
366
366
  id: number;
367
367
  name: string;
@@ -1 +1 @@
1
- {"version":3,"file":"usePostBasicV1CategoryList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostBasicV1CategoryList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\nimport { type PostBasicV1CategoryListResult, type PostBasicV1CategoryListInput } from \"./postBasicV1CategoryList\";\r\nimport request from \"@giime/api/basic/request\";\r\n\r\n/**\r\n * 产品分类\r\n * /basic/v1/category/list\r\n */\r\nexport function usePostBasicV1CategoryList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1CategoryListResult>>) {\r\n const useAxiosReturn = useAxios<DeepRequired<PostBasicV1CategoryListResult>>(\r\n '/basic/v1/category/list',\r\n { method: 'post', ...config },\r\n request,\r\n { immediate: false, ...options }\r\n )\r\n\r\n function exec(input?: PostBasicV1CategoryListInput, axiosConfig?: AxiosRequestConfig) {\r\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\r\n }\r\n return { ...useAxiosReturn, exec };\r\n}\r\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,0BAAA,CAA2B,QAA6B,OAAwE,EAAA;AAC5I,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,yBAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAS,SAAA,IAAA,CAAK,OAAsC,WAAkC,EAAA;AAClF,IAAA,OAAO,eAAe,OAAQ,CAAA,EAAE,MAAM,KAAO,EAAA,GAAG,aAAa,CAAA,CAAA;AAAA,GACjE;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
1
+ {"version":3,"file":"usePostBasicV1CategoryList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostBasicV1CategoryList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired } from \"../../interface\";\nimport { type PostBasicV1CategoryListResult, type PostBasicV1CategoryListInput } from \"./postBasicV1CategoryList\";\nimport request from \"@giime/api/basic/request\";\n\n/**\n * 产品分类\n * /basic/v1/category/list\n */\nexport function usePostBasicV1CategoryList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1CategoryListResult>>) {\n const useAxiosReturn = useAxios<DeepRequired<PostBasicV1CategoryListResult>>(\n '/basic/v1/category/list',\n { method: 'post', ...config },\n request,\n { immediate: false, ...options }\n )\n\n function exec(input?: PostBasicV1CategoryListInput, axiosConfig?: AxiosRequestConfig) {\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\n }\n return { ...useAxiosReturn, exec };\n}\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,0BAAA,CAA2B,QAA6B,OAAwE,EAAA;AAC5I,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,yBAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAS,SAAA,IAAA,CAAK,OAAsC,WAAkC,EAAA;AAClF,IAAA,OAAO,eAAe,OAAQ,CAAA,EAAE,MAAM,KAAO,EAAA,GAAG,aAAa,CAAA,CAAA;AAAA,GACjE;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}