db_init.json 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175
  1. // 在本文件中可配置云数据库初始化,数据格式见:https://uniapp.dcloud.io/uniCloud/cf-database?id=db_init
  2. // 编写完毕后对本文件点右键,可按配置规则创建表和添加数据
  3. {
  4. "opendb-mall-goods": {
  5. "data": [{
  6. "category_id": "", // 分类id
  7. "goods_sn": "", // 商品的唯一货号
  8. "name": "Apple iPhone X 256GB 深空灰色 移动联通电信4G手机", // 商品名称
  9. "keywords": "手机,iPhone", // 商品关键字,为搜索引擎收录使用
  10. "goods_desc": "", // 商品详细描述
  11. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product1.jpg", // 商品缩略图,用于在列表或搜索结果中预览显示
  12. "goods_banner_imgs": "", // 商品详情页的banner图地址
  13. "goods_price": "9999", // 商品价格
  14. "remain_count": "999999", // 库存数量
  15. "month_sell_count": "640", // 月销量
  16. "total_sell_count": "28512", // 总销量
  17. "comment_count": "980021", // 累计评论数
  18. "is_real": true, // 是否实物
  19. "is_on_sale": true, // 是否上架销售
  20. "is_alone_sale": true, // 是否能单独销售;如果不能单独销售,则只能作为某商品的配件或者赠品销售
  21. "is_best": false, // 是否精品
  22. "is_new": true, // 是否新品
  23. "is_hot": false, // 是否热销
  24. "add_date": "2020-8-26 09:37:21", // 上架时间
  25. "last_modify_date": "2020-8-26 09:37:21", // 最后修改时间
  26. "seller_note": "", //商家备注,仅商家可见
  27. "shop_name": "京东商城网上自营专卖店",
  28. "tag": ["手机", "iPhone"],
  29. "goods_tip": "自营"
  30. }, {
  31. "category_id": "",
  32. "goods_sn": "",
  33. "name": "Apple iPad 平板电脑 2018年新款9.7英寸",
  34. "keywords": "手机,iPhone",
  35. "goods_desc": "",
  36. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product2.jpg",
  37. "goods_banner_imgs": "",
  38. "goods_price": "3499",
  39. "remain_count": "999999",
  40. "month_sell_count": "640",
  41. "total_sell_count": "28512",
  42. "comment_count": "12",
  43. "is_real": true,
  44. "is_on_sale": true,
  45. "is_alone_sale": true,
  46. "is_best": false,
  47. "is_new": true,
  48. "is_hot": false,
  49. "add_date": "2020-8-26 09:37:21",
  50. "last_modify_date": "2020-8-26 09:37:21",
  51. "seller_note": "",
  52. "shop_name": "手机专卖店",
  53. "tag": ["手机", "iPhone"],
  54. "goods_tip": "优惠"
  55. }, {
  56. "category_id": "",
  57. "goods_sn": "",
  58. "name": "Apple MacBook Pro 13.3英寸笔记本电脑(2017款Core i5处理器/8GB内存/256GB硬盘 MupxT2CH/A)",
  59. "keywords": "手机,iPhone",
  60. "goods_desc": "",
  61. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product3.jpg",
  62. "goods_banner_imgs": "",
  63. "goods_price": "12999",
  64. "remain_count": "999999",
  65. "month_sell_count": "640",
  66. "total_sell_count": "28512",
  67. "comment_count": "156",
  68. "is_real": true,
  69. "is_on_sale": true,
  70. "is_alone_sale": true,
  71. "is_best": false,
  72. "is_new": true,
  73. "is_hot": false,
  74. "add_date": "2020-8-26 09:37:21",
  75. "last_modify_date": "2020-8-26 09:37:21",
  76. "seller_note": "",
  77. "shop_name": "北京京东自营店",
  78. "tag": ["手机", "iPhone"],
  79. "goods_tip": "秒杀"
  80. }, {
  81. "category_id": "",
  82. "goods_sn": "",
  83. "name": "Kindle Paperwhite电纸书阅读器 电子书墨水屏 6英寸wifi 黑色",
  84. "keywords": "手机,iPhone",
  85. "goods_desc": "",
  86. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product4.jpg",
  87. "goods_banner_imgs": "",
  88. "goods_price": "999",
  89. "remain_count": "999999",
  90. "month_sell_count": "640",
  91. "total_sell_count": "28512",
  92. "comment_count": "45",
  93. "is_real": true,
  94. "is_on_sale": true,
  95. "is_alone_sale": true,
  96. "is_best": false,
  97. "is_new": true,
  98. "is_hot": false,
  99. "add_date": "2020-8-26 09:37:21",
  100. "last_modify_date": "2020-8-26 09:37:21",
  101. "seller_note": "",
  102. "shop_name": "上海手机直营店",
  103. "tag": ["手机", "iPhone"],
  104. "goods_tip": "秒杀"
  105. }, {
  106. "category_id": "",
  107. "goods_sn": "",
  108. "name": "微软(Microsoft)新Surface Pro 二合一平板电脑笔记本 12.3英寸(i5 8G内存 256G存储)",
  109. "keywords": "手机,iPhone",
  110. "goods_desc": "",
  111. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product5.jpg",
  112. "goods_banner_imgs": "",
  113. "goods_price": "8888",
  114. "remain_count": "999999",
  115. "month_sell_count": "640",
  116. "total_sell_count": "28512",
  117. "comment_count": "12",
  118. "is_real": true,
  119. "is_on_sale": true,
  120. "is_alone_sale": true,
  121. "is_best": false,
  122. "is_new": true,
  123. "is_hot": false,
  124. "add_date": "2020-8-26 09:37:21",
  125. "last_modify_date": "2020-8-26 09:37:21",
  126. "seller_note": "",
  127. "shop_name": "京东商城",
  128. "tag": ["手机", "iPhone"],
  129. "goods_tip": "优惠"
  130. }, {
  131. "category_id": "",
  132. "goods_sn": "",
  133. "name": "Apple Watch Series 3智能手表(GPS款 42毫米 深空灰色铝金属表壳 黑色运动型表带 MQL12CH/A)",
  134. "keywords": "手机,iPhone",
  135. "goods_desc": "",
  136. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product6.jpg",
  137. "goods_banner_imgs": "",
  138. "goods_price": "2899",
  139. "remain_count": "999999",
  140. "month_sell_count": "640",
  141. "total_sell_count": "28512",
  142. "comment_count": "252",
  143. "is_real": true,
  144. "is_on_sale": true,
  145. "is_alone_sale": true,
  146. "is_best": false,
  147. "is_new": true,
  148. "is_hot": false,
  149. "add_date": "2020-8-26 09:37:21",
  150. "last_modify_date": "2020-8-26 09:37:21",
  151. "seller_note": "",
  152. "shop_name": "京东商城",
  153. "tag": ["手机", "iPhone"],
  154. "goods_tip": "自营"
  155. }, {
  156. "category_id": "", // 分类id
  157. "goods_sn": "", // 商品的唯一货号
  158. "name": "Apple iPhone X 256GB 深空灰色 移动联通电信4G手机", // 商品名称
  159. "keywords": "手机,iPhone", // 商品关键字,为搜索引擎收录使用
  160. "goods_desc": "", // 商品详细描述
  161. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product1.jpg", // 商品缩略图,用于在列表或搜索结果中预览显示
  162. "goods_banner_imgs": "", // 商品详情页的banner图地址
  163. "goods_price": "9999", // 商品价格
  164. "remain_count": "999999", // 库存数量
  165. "month_sell_count": "640", // 月销量
  166. "total_sell_count": "28512", // 总销量
  167. "comment_count": "980021", // 累计评论数
  168. "is_real": true, // 是否实物
  169. "is_on_sale": true, // 是否上架销售
  170. "is_alone_sale": true, // 是否能单独销售;如果不能单独销售,则只能作为某商品的配件或者赠品销售
  171. "is_best": false, // 是否精品
  172. "is_new": true, // 是否新品
  173. "is_hot": false, // 是否热销
  174. "add_date": "2020-8-26 09:37:21", // 上架时间
  175. "last_modify_date": "2020-8-26 09:37:21", // 最后修改时间
  176. "seller_note": "", //商家备注,仅商家可见
  177. "shop_name": "京东商城网上自营专卖店",
  178. "tag": ["手机", "iPhone"],
  179. "goods_tip": "自营"
  180. }, {
  181. "category_id": "",
  182. "goods_sn": "",
  183. "name": "Apple iPad 平板电脑 2018年新款9.7英寸",
  184. "keywords": "手机,iPhone",
  185. "goods_desc": "",
  186. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product2.jpg",
  187. "goods_banner_imgs": "",
  188. "goods_price": "3499",
  189. "remain_count": "999999",
  190. "month_sell_count": "640",
  191. "total_sell_count": "28512",
  192. "comment_count": "12",
  193. "is_real": true,
  194. "is_on_sale": true,
  195. "is_alone_sale": true,
  196. "is_best": false,
  197. "is_new": true,
  198. "is_hot": false,
  199. "add_date": "2020-8-26 09:37:21",
  200. "last_modify_date": "2020-8-26 09:37:21",
  201. "seller_note": "",
  202. "shop_name": "手机专卖店",
  203. "tag": ["手机", "iPhone"],
  204. "goods_tip": "优惠"
  205. }, {
  206. "category_id": "",
  207. "goods_sn": "",
  208. "name": "Apple MacBook Pro 13.3英寸笔记本电脑(2017款Core i5处理器/8GB内存/256GB硬盘 MupxT2CH/A)",
  209. "keywords": "手机,iPhone",
  210. "goods_desc": "",
  211. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product3.jpg",
  212. "goods_banner_imgs": "",
  213. "goods_price": "12999",
  214. "remain_count": "999999",
  215. "month_sell_count": "640",
  216. "total_sell_count": "28512",
  217. "comment_count": "156",
  218. "is_real": true,
  219. "is_on_sale": true,
  220. "is_alone_sale": true,
  221. "is_best": false,
  222. "is_new": true,
  223. "is_hot": false,
  224. "add_date": "2020-8-26 09:37:21",
  225. "last_modify_date": "2020-8-26 09:37:21",
  226. "seller_note": "",
  227. "shop_name": "北京京东自营店",
  228. "tag": ["手机", "iPhone"],
  229. "goods_tip": "秒杀"
  230. }, {
  231. "category_id": "",
  232. "goods_sn": "",
  233. "name": "Kindle Paperwhite电纸书阅读器 电子书墨水屏 6英寸wifi 黑色",
  234. "keywords": "手机,iPhone",
  235. "goods_desc": "",
  236. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product4.jpg",
  237. "goods_banner_imgs": "",
  238. "goods_price": "999",
  239. "remain_count": "999999",
  240. "month_sell_count": "640",
  241. "total_sell_count": "28512",
  242. "comment_count": "45",
  243. "is_real": true,
  244. "is_on_sale": true,
  245. "is_alone_sale": true,
  246. "is_best": false,
  247. "is_new": true,
  248. "is_hot": false,
  249. "add_date": "2020-8-26 09:37:21",
  250. "last_modify_date": "2020-8-26 09:37:21",
  251. "seller_note": "",
  252. "shop_name": "上海手机直营店",
  253. "tag": ["手机", "iPhone"],
  254. "goods_tip": "秒杀"
  255. }, {
  256. "category_id": "",
  257. "goods_sn": "",
  258. "name": "微软(Microsoft)新Surface Pro 二合一平板电脑笔记本 12.3英寸(i5 8G内存 256G存储)",
  259. "keywords": "手机,iPhone",
  260. "goods_desc": "",
  261. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product5.jpg",
  262. "goods_banner_imgs": "",
  263. "goods_price": "8888",
  264. "remain_count": "999999",
  265. "month_sell_count": "640",
  266. "total_sell_count": "28512",
  267. "comment_count": "12",
  268. "is_real": true,
  269. "is_on_sale": true,
  270. "is_alone_sale": true,
  271. "is_best": false,
  272. "is_new": true,
  273. "is_hot": false,
  274. "add_date": "2020-8-26 09:37:21",
  275. "last_modify_date": "2020-8-26 09:37:21",
  276. "seller_note": "",
  277. "shop_name": "京东商城",
  278. "tag": ["手机", "iPhone"],
  279. "goods_tip": "优惠"
  280. }, {
  281. "category_id": "",
  282. "goods_sn": "",
  283. "name": "Apple Watch Series 3智能手表(GPS款 42毫米 深空灰色铝金属表壳 黑色运动型表带 MQL12CH/A)",
  284. "keywords": "手机,iPhone",
  285. "goods_desc": "",
  286. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product6.jpg",
  287. "goods_banner_imgs": "",
  288. "goods_price": "2899",
  289. "remain_count": "999999",
  290. "month_sell_count": "640",
  291. "total_sell_count": "28512",
  292. "comment_count": "252",
  293. "is_real": true,
  294. "is_on_sale": true,
  295. "is_alone_sale": true,
  296. "is_best": false,
  297. "is_new": true,
  298. "is_hot": false,
  299. "add_date": "2020-8-26 09:37:21",
  300. "last_modify_date": "2020-8-26 09:37:21",
  301. "seller_note": "",
  302. "shop_name": "京东商城",
  303. "tag": ["手机", "iPhone"],
  304. "goods_tip": "自营"
  305. }, {
  306. "category_id": "", // 分类id
  307. "goods_sn": "", // 商品的唯一货号
  308. "name": "Apple iPhone X 256GB 深空灰色 移动联通电信4G手机", // 商品名称
  309. "keywords": "手机,iPhone", // 商品关键字,为搜索引擎收录使用
  310. "goods_desc": "", // 商品详细描述
  311. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product1.jpg", // 商品缩略图,用于在列表或搜索结果中预览显示
  312. "goods_banner_imgs": "", // 商品详情页的banner图地址
  313. "goods_price": "9999", // 商品价格
  314. "remain_count": "999999", // 库存数量
  315. "month_sell_count": "640", // 月销量
  316. "total_sell_count": "28512", // 总销量
  317. "comment_count": "980021", // 累计评论数
  318. "is_real": true, // 是否实物
  319. "is_on_sale": true, // 是否上架销售
  320. "is_alone_sale": true, // 是否能单独销售;如果不能单独销售,则只能作为某商品的配件或者赠品销售
  321. "is_best": false, // 是否精品
  322. "is_new": true, // 是否新品
  323. "is_hot": false, // 是否热销
  324. "add_date": "2020-8-26 09:37:21", // 上架时间
  325. "last_modify_date": "2020-8-26 09:37:21", // 最后修改时间
  326. "seller_note": "", //商家备注,仅商家可见
  327. "shop_name": "京东商城网上自营专卖店",
  328. "tag": ["手机", "iPhone"],
  329. "goods_tip": "自营"
  330. }, {
  331. "category_id": "",
  332. "goods_sn": "",
  333. "name": "Apple iPad 平板电脑 2018年新款9.7英寸",
  334. "keywords": "手机,iPhone",
  335. "goods_desc": "",
  336. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product2.jpg",
  337. "goods_banner_imgs": "",
  338. "goods_price": "3499",
  339. "remain_count": "999999",
  340. "month_sell_count": "640",
  341. "total_sell_count": "28512",
  342. "comment_count": "12",
  343. "is_real": true,
  344. "is_on_sale": true,
  345. "is_alone_sale": true,
  346. "is_best": false,
  347. "is_new": true,
  348. "is_hot": false,
  349. "add_date": "2020-8-26 09:37:21",
  350. "last_modify_date": "2020-8-26 09:37:21",
  351. "seller_note": "",
  352. "shop_name": "手机专卖店",
  353. "tag": ["手机", "iPhone"],
  354. "goods_tip": "优惠"
  355. }, {
  356. "category_id": "",
  357. "goods_sn": "",
  358. "name": "Apple MacBook Pro 13.3英寸笔记本电脑(2017款Core i5处理器/8GB内存/256GB硬盘 MupxT2CH/A)",
  359. "keywords": "手机,iPhone",
  360. "goods_desc": "",
  361. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product3.jpg",
  362. "goods_banner_imgs": "",
  363. "goods_price": "12999",
  364. "remain_count": "999999",
  365. "month_sell_count": "640",
  366. "total_sell_count": "28512",
  367. "comment_count": "156",
  368. "is_real": true,
  369. "is_on_sale": true,
  370. "is_alone_sale": true,
  371. "is_best": false,
  372. "is_new": true,
  373. "is_hot": false,
  374. "add_date": "2020-8-26 09:37:21",
  375. "last_modify_date": "2020-8-26 09:37:21",
  376. "seller_note": "",
  377. "shop_name": "北京京东自营店",
  378. "tag": ["手机", "iPhone"],
  379. "goods_tip": "秒杀"
  380. }, {
  381. "category_id": "",
  382. "goods_sn": "",
  383. "name": "Kindle Paperwhite电纸书阅读器 电子书墨水屏 6英寸wifi 黑色",
  384. "keywords": "手机,iPhone",
  385. "goods_desc": "",
  386. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product4.jpg",
  387. "goods_banner_imgs": "",
  388. "goods_price": "999",
  389. "remain_count": "999999",
  390. "month_sell_count": "640",
  391. "total_sell_count": "28512",
  392. "comment_count": "45",
  393. "is_real": true,
  394. "is_on_sale": true,
  395. "is_alone_sale": true,
  396. "is_best": false,
  397. "is_new": true,
  398. "is_hot": false,
  399. "add_date": "2020-8-26 09:37:21",
  400. "last_modify_date": "2020-8-26 09:37:21",
  401. "seller_note": "",
  402. "shop_name": "上海手机直营店",
  403. "tag": ["手机", "iPhone"],
  404. "goods_tip": "秒杀"
  405. }, {
  406. "category_id": "",
  407. "goods_sn": "",
  408. "name": "微软(Microsoft)新Surface Pro 二合一平板电脑笔记本 12.3英寸(i5 8G内存 256G存储)",
  409. "keywords": "手机,iPhone",
  410. "goods_desc": "",
  411. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product5.jpg",
  412. "goods_banner_imgs": "",
  413. "goods_price": "8888",
  414. "remain_count": "999999",
  415. "month_sell_count": "640",
  416. "total_sell_count": "28512",
  417. "comment_count": "12",
  418. "is_real": true,
  419. "is_on_sale": true,
  420. "is_alone_sale": true,
  421. "is_best": false,
  422. "is_new": true,
  423. "is_hot": false,
  424. "add_date": "2020-8-26 09:37:21",
  425. "last_modify_date": "2020-8-26 09:37:21",
  426. "seller_note": "",
  427. "shop_name": "京东商城",
  428. "tag": ["手机", "iPhone"],
  429. "goods_tip": "优惠"
  430. }, {
  431. "category_id": "",
  432. "goods_sn": "",
  433. "name": "Apple Watch Series 3智能手表(GPS款 42毫米 深空灰色铝金属表壳 黑色运动型表带 MQL12CH/A)",
  434. "keywords": "手机,iPhone",
  435. "goods_desc": "",
  436. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product6.jpg",
  437. "goods_banner_imgs": "",
  438. "goods_price": "2899",
  439. "remain_count": "999999",
  440. "month_sell_count": "640",
  441. "total_sell_count": "28512",
  442. "comment_count": "252",
  443. "is_real": true,
  444. "is_on_sale": true,
  445. "is_alone_sale": true,
  446. "is_best": false,
  447. "is_new": true,
  448. "is_hot": false,
  449. "add_date": "2020-8-26 09:37:21",
  450. "last_modify_date": "2020-8-26 09:37:21",
  451. "seller_note": "",
  452. "shop_name": "京东商城",
  453. "tag": ["手机", "iPhone"],
  454. "goods_tip": "自营"
  455. }, {
  456. "category_id": "", // 分类id
  457. "goods_sn": "", // 商品的唯一货号
  458. "name": "Apple iPhone X 256GB 深空灰色 移动联通电信4G手机", // 商品名称
  459. "keywords": "手机,iPhone", // 商品关键字,为搜索引擎收录使用
  460. "goods_desc": "", // 商品详细描述
  461. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product1.jpg", // 商品缩略图,用于在列表或搜索结果中预览显示
  462. "goods_banner_imgs": "", // 商品详情页的banner图地址
  463. "goods_price": "9999", // 商品价格
  464. "remain_count": "999999", // 库存数量
  465. "month_sell_count": "640", // 月销量
  466. "total_sell_count": "28512", // 总销量
  467. "comment_count": "980021", // 累计评论数
  468. "is_real": true, // 是否实物
  469. "is_on_sale": true, // 是否上架销售
  470. "is_alone_sale": true, // 是否能单独销售;如果不能单独销售,则只能作为某商品的配件或者赠品销售
  471. "is_best": false, // 是否精品
  472. "is_new": true, // 是否新品
  473. "is_hot": false, // 是否热销
  474. "add_date": "2020-8-26 09:37:21", // 上架时间
  475. "last_modify_date": "2020-8-26 09:37:21", // 最后修改时间
  476. "seller_note": "", //商家备注,仅商家可见
  477. "shop_name": "京东商城网上自营专卖店",
  478. "tag": ["手机", "iPhone"],
  479. "goods_tip": "自营"
  480. }, {
  481. "category_id": "",
  482. "goods_sn": "",
  483. "name": "Apple iPad 平板电脑 2018年新款9.7英寸",
  484. "keywords": "手机,iPhone",
  485. "goods_desc": "",
  486. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product2.jpg",
  487. "goods_banner_imgs": "",
  488. "goods_price": "3499",
  489. "remain_count": "999999",
  490. "month_sell_count": "640",
  491. "total_sell_count": "28512",
  492. "comment_count": "12",
  493. "is_real": true,
  494. "is_on_sale": true,
  495. "is_alone_sale": true,
  496. "is_best": false,
  497. "is_new": true,
  498. "is_hot": false,
  499. "add_date": "2020-8-26 09:37:21",
  500. "last_modify_date": "2020-8-26 09:37:21",
  501. "seller_note": "",
  502. "shop_name": "手机专卖店",
  503. "tag": ["手机", "iPhone"],
  504. "goods_tip": "优惠"
  505. }, {
  506. "category_id": "",
  507. "goods_sn": "",
  508. "name": "Apple MacBook Pro 13.3英寸笔记本电脑(2017款Core i5处理器/8GB内存/256GB硬盘 MupxT2CH/A)",
  509. "keywords": "手机,iPhone",
  510. "goods_desc": "",
  511. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product3.jpg",
  512. "goods_banner_imgs": "",
  513. "goods_price": "12999",
  514. "remain_count": "999999",
  515. "month_sell_count": "640",
  516. "total_sell_count": "28512",
  517. "comment_count": "156",
  518. "is_real": true,
  519. "is_on_sale": true,
  520. "is_alone_sale": true,
  521. "is_best": false,
  522. "is_new": true,
  523. "is_hot": false,
  524. "add_date": "2020-8-26 09:37:21",
  525. "last_modify_date": "2020-8-26 09:37:21",
  526. "seller_note": "",
  527. "shop_name": "北京京东自营店",
  528. "tag": ["手机", "iPhone"],
  529. "goods_tip": "秒杀"
  530. }, {
  531. "category_id": "",
  532. "goods_sn": "",
  533. "name": "Kindle Paperwhite电纸书阅读器 电子书墨水屏 6英寸wifi 黑色",
  534. "keywords": "手机,iPhone",
  535. "goods_desc": "",
  536. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product4.jpg",
  537. "goods_banner_imgs": "",
  538. "goods_price": "999",
  539. "remain_count": "999999",
  540. "month_sell_count": "640",
  541. "total_sell_count": "28512",
  542. "comment_count": "45",
  543. "is_real": true,
  544. "is_on_sale": true,
  545. "is_alone_sale": true,
  546. "is_best": false,
  547. "is_new": true,
  548. "is_hot": false,
  549. "add_date": "2020-8-26 09:37:21",
  550. "last_modify_date": "2020-8-26 09:37:21",
  551. "seller_note": "",
  552. "shop_name": "上海手机直营店",
  553. "tag": ["手机", "iPhone"],
  554. "goods_tip": "秒杀"
  555. }, {
  556. "category_id": "",
  557. "goods_sn": "",
  558. "name": "微软(Microsoft)新Surface Pro 二合一平板电脑笔记本 12.3英寸(i5 8G内存 256G存储)",
  559. "keywords": "手机,iPhone",
  560. "goods_desc": "",
  561. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product5.jpg",
  562. "goods_banner_imgs": "",
  563. "goods_price": "8888",
  564. "remain_count": "999999",
  565. "month_sell_count": "640",
  566. "total_sell_count": "28512",
  567. "comment_count": "12",
  568. "is_real": true,
  569. "is_on_sale": true,
  570. "is_alone_sale": true,
  571. "is_best": false,
  572. "is_new": true,
  573. "is_hot": false,
  574. "add_date": "2020-8-26 09:37:21",
  575. "last_modify_date": "2020-8-26 09:37:21",
  576. "seller_note": "",
  577. "shop_name": "京东商城",
  578. "tag": ["手机", "iPhone"],
  579. "goods_tip": "优惠"
  580. }, {
  581. "category_id": "",
  582. "goods_sn": "",
  583. "name": "Apple Watch Series 3智能手表(GPS款 42毫米 深空灰色铝金属表壳 黑色运动型表带 MQL12CH/A)",
  584. "keywords": "手机,iPhone",
  585. "goods_desc": "",
  586. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product6.jpg",
  587. "goods_banner_imgs": "",
  588. "goods_price": "2899",
  589. "remain_count": "999999",
  590. "month_sell_count": "640",
  591. "total_sell_count": "28512",
  592. "comment_count": "252",
  593. "is_real": true,
  594. "is_on_sale": true,
  595. "is_alone_sale": true,
  596. "is_best": false,
  597. "is_new": true,
  598. "is_hot": false,
  599. "add_date": "2020-8-26 09:37:21",
  600. "last_modify_date": "2020-8-26 09:37:21",
  601. "seller_note": "",
  602. "shop_name": "京东商城",
  603. "tag": ["手机", "iPhone"],
  604. "goods_tip": "自营"
  605. }, {
  606. "category_id": "", // 分类id
  607. "goods_sn": "", // 商品的唯一货号
  608. "name": "Apple iPhone X 256GB 深空灰色 移动联通电信4G手机", // 商品名称
  609. "keywords": "手机,iPhone", // 商品关键字,为搜索引擎收录使用
  610. "goods_desc": "", // 商品详细描述
  611. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product1.jpg", // 商品缩略图,用于在列表或搜索结果中预览显示
  612. "goods_banner_imgs": "", // 商品详情页的banner图地址
  613. "goods_price": "9999", // 商品价格
  614. "remain_count": "999999", // 库存数量
  615. "month_sell_count": "640", // 月销量
  616. "total_sell_count": "28512", // 总销量
  617. "comment_count": "980021", // 累计评论数
  618. "is_real": true, // 是否实物
  619. "is_on_sale": true, // 是否上架销售
  620. "is_alone_sale": true, // 是否能单独销售;如果不能单独销售,则只能作为某商品的配件或者赠品销售
  621. "is_best": false, // 是否精品
  622. "is_new": true, // 是否新品
  623. "is_hot": false, // 是否热销
  624. "add_date": "2020-8-26 09:37:21", // 上架时间
  625. "last_modify_date": "2020-8-26 09:37:21", // 最后修改时间
  626. "seller_note": "", //商家备注,仅商家可见
  627. "shop_name": "京东商城网上自营专卖店",
  628. "tag": ["手机", "iPhone"],
  629. "goods_tip": "自营"
  630. }, {
  631. "category_id": "",
  632. "goods_sn": "",
  633. "name": "Apple iPad 平板电脑 2018年新款9.7英寸",
  634. "keywords": "手机,iPhone",
  635. "goods_desc": "",
  636. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product2.jpg",
  637. "goods_banner_imgs": "",
  638. "goods_price": "3499",
  639. "remain_count": "999999",
  640. "month_sell_count": "640",
  641. "total_sell_count": "28512",
  642. "comment_count": "12",
  643. "is_real": true,
  644. "is_on_sale": true,
  645. "is_alone_sale": true,
  646. "is_best": false,
  647. "is_new": true,
  648. "is_hot": false,
  649. "add_date": "2020-8-26 09:37:21",
  650. "last_modify_date": "2020-8-26 09:37:21",
  651. "seller_note": "",
  652. "shop_name": "手机专卖店",
  653. "tag": ["手机", "iPhone"],
  654. "goods_tip": "优惠"
  655. }, {
  656. "category_id": "",
  657. "goods_sn": "",
  658. "name": "Apple MacBook Pro 13.3英寸笔记本电脑(2017款Core i5处理器/8GB内存/256GB硬盘 MupxT2CH/A)",
  659. "keywords": "手机,iPhone",
  660. "goods_desc": "",
  661. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product3.jpg",
  662. "goods_banner_imgs": "",
  663. "goods_price": "12999",
  664. "remain_count": "999999",
  665. "month_sell_count": "640",
  666. "total_sell_count": "28512",
  667. "comment_count": "156",
  668. "is_real": true,
  669. "is_on_sale": true,
  670. "is_alone_sale": true,
  671. "is_best": false,
  672. "is_new": true,
  673. "is_hot": false,
  674. "add_date": "2020-8-26 09:37:21",
  675. "last_modify_date": "2020-8-26 09:37:21",
  676. "seller_note": "",
  677. "shop_name": "北京京东自营店",
  678. "tag": ["手机", "iPhone"],
  679. "goods_tip": "秒杀"
  680. }, {
  681. "category_id": "",
  682. "goods_sn": "",
  683. "name": "Kindle Paperwhite电纸书阅读器 电子书墨水屏 6英寸wifi 黑色",
  684. "keywords": "手机,iPhone",
  685. "goods_desc": "",
  686. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product4.jpg",
  687. "goods_banner_imgs": "",
  688. "goods_price": "999",
  689. "remain_count": "999999",
  690. "month_sell_count": "640",
  691. "total_sell_count": "28512",
  692. "comment_count": "45",
  693. "is_real": true,
  694. "is_on_sale": true,
  695. "is_alone_sale": true,
  696. "is_best": false,
  697. "is_new": true,
  698. "is_hot": false,
  699. "add_date": "2020-8-26 09:37:21",
  700. "last_modify_date": "2020-8-26 09:37:21",
  701. "seller_note": "",
  702. "shop_name": "上海手机直营店",
  703. "tag": ["手机", "iPhone"],
  704. "goods_tip": "秒杀"
  705. }, {
  706. "category_id": "",
  707. "goods_sn": "",
  708. "name": "微软(Microsoft)新Surface Pro 二合一平板电脑笔记本 12.3英寸(i5 8G内存 256G存储)",
  709. "keywords": "手机,iPhone",
  710. "goods_desc": "",
  711. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product5.jpg",
  712. "goods_banner_imgs": "",
  713. "goods_price": "8888",
  714. "remain_count": "999999",
  715. "month_sell_count": "640",
  716. "total_sell_count": "28512",
  717. "comment_count": "12",
  718. "is_real": true,
  719. "is_on_sale": true,
  720. "is_alone_sale": true,
  721. "is_best": false,
  722. "is_new": true,
  723. "is_hot": false,
  724. "add_date": "2020-8-26 09:37:21",
  725. "last_modify_date": "2020-8-26 09:37:21",
  726. "seller_note": "",
  727. "shop_name": "京东商城",
  728. "tag": ["手机", "iPhone"],
  729. "goods_tip": "优惠"
  730. }, {
  731. "category_id": "",
  732. "goods_sn": "",
  733. "name": "Apple Watch Series 3智能手表(GPS款 42毫米 深空灰色铝金属表壳 黑色运动型表带 MQL12CH/A)",
  734. "keywords": "手机,iPhone",
  735. "goods_desc": "",
  736. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product6.jpg",
  737. "goods_banner_imgs": "",
  738. "goods_price": "2899",
  739. "remain_count": "999999",
  740. "month_sell_count": "640",
  741. "total_sell_count": "28512",
  742. "comment_count": "252",
  743. "is_real": true,
  744. "is_on_sale": true,
  745. "is_alone_sale": true,
  746. "is_best": false,
  747. "is_new": true,
  748. "is_hot": false,
  749. "add_date": "2020-8-26 09:37:21",
  750. "last_modify_date": "2020-8-26 09:37:21",
  751. "seller_note": "",
  752. "shop_name": "京东商城",
  753. "tag": ["手机", "iPhone"],
  754. "goods_tip": "自营"
  755. }, {
  756. "category_id": "", // 分类id
  757. "goods_sn": "", // 商品的唯一货号
  758. "name": "Apple iPhone X 256GB 深空灰色 移动联通电信4G手机", // 商品名称
  759. "keywords": "手机,iPhone", // 商品关键字,为搜索引擎收录使用
  760. "goods_desc": "", // 商品详细描述
  761. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product1.jpg", // 商品缩略图,用于在列表或搜索结果中预览显示
  762. "goods_banner_imgs": "", // 商品详情页的banner图地址
  763. "goods_price": "9999", // 商品价格
  764. "remain_count": "999999", // 库存数量
  765. "month_sell_count": "640", // 月销量
  766. "total_sell_count": "28512", // 总销量
  767. "comment_count": "980021", // 累计评论数
  768. "is_real": true, // 是否实物
  769. "is_on_sale": true, // 是否上架销售
  770. "is_alone_sale": true, // 是否能单独销售;如果不能单独销售,则只能作为某商品的配件或者赠品销售
  771. "is_best": false, // 是否精品
  772. "is_new": true, // 是否新品
  773. "is_hot": false, // 是否热销
  774. "add_date": "2020-8-26 09:37:21", // 上架时间
  775. "last_modify_date": "2020-8-26 09:37:21", // 最后修改时间
  776. "seller_note": "", //商家备注,仅商家可见
  777. "shop_name": "京东商城网上自营专卖店",
  778. "tag": ["手机", "iPhone"],
  779. "goods_tip": "自营"
  780. }, {
  781. "category_id": "",
  782. "goods_sn": "",
  783. "name": "Apple iPad 平板电脑 2018年新款9.7英寸",
  784. "keywords": "手机,iPhone",
  785. "goods_desc": "",
  786. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product2.jpg",
  787. "goods_banner_imgs": "",
  788. "goods_price": "3499",
  789. "remain_count": "999999",
  790. "month_sell_count": "640",
  791. "total_sell_count": "28512",
  792. "comment_count": "12",
  793. "is_real": true,
  794. "is_on_sale": true,
  795. "is_alone_sale": true,
  796. "is_best": false,
  797. "is_new": true,
  798. "is_hot": false,
  799. "add_date": "2020-8-26 09:37:21",
  800. "last_modify_date": "2020-8-26 09:37:21",
  801. "seller_note": "",
  802. "shop_name": "手机专卖店",
  803. "tag": ["手机", "iPhone"],
  804. "goods_tip": "优惠"
  805. }, {
  806. "category_id": "",
  807. "goods_sn": "",
  808. "name": "Apple MacBook Pro 13.3英寸笔记本电脑(2017款Core i5处理器/8GB内存/256GB硬盘 MupxT2CH/A)",
  809. "keywords": "手机,iPhone",
  810. "goods_desc": "",
  811. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product3.jpg",
  812. "goods_banner_imgs": "",
  813. "goods_price": "12999",
  814. "remain_count": "999999",
  815. "month_sell_count": "640",
  816. "total_sell_count": "28512",
  817. "comment_count": "156",
  818. "is_real": true,
  819. "is_on_sale": true,
  820. "is_alone_sale": true,
  821. "is_best": false,
  822. "is_new": true,
  823. "is_hot": false,
  824. "add_date": "2020-8-26 09:37:21",
  825. "last_modify_date": "2020-8-26 09:37:21",
  826. "seller_note": "",
  827. "shop_name": "北京京东自营店",
  828. "tag": ["手机", "iPhone"],
  829. "goods_tip": "秒杀"
  830. }, {
  831. "category_id": "",
  832. "goods_sn": "",
  833. "name": "Kindle Paperwhite电纸书阅读器 电子书墨水屏 6英寸wifi 黑色",
  834. "keywords": "手机,iPhone",
  835. "goods_desc": "",
  836. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product4.jpg",
  837. "goods_banner_imgs": "",
  838. "goods_price": "999",
  839. "remain_count": "999999",
  840. "month_sell_count": "640",
  841. "total_sell_count": "28512",
  842. "comment_count": "45",
  843. "is_real": true,
  844. "is_on_sale": true,
  845. "is_alone_sale": true,
  846. "is_best": false,
  847. "is_new": true,
  848. "is_hot": false,
  849. "add_date": "2020-8-26 09:37:21",
  850. "last_modify_date": "2020-8-26 09:37:21",
  851. "seller_note": "",
  852. "shop_name": "上海手机直营店",
  853. "tag": ["手机", "iPhone"],
  854. "goods_tip": "秒杀"
  855. }, {
  856. "category_id": "",
  857. "goods_sn": "",
  858. "name": "微软(Microsoft)新Surface Pro 二合一平板电脑笔记本 12.3英寸(i5 8G内存 256G存储)",
  859. "keywords": "手机,iPhone",
  860. "goods_desc": "",
  861. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product5.jpg",
  862. "goods_banner_imgs": "",
  863. "goods_price": "8888",
  864. "remain_count": "999999",
  865. "month_sell_count": "640",
  866. "total_sell_count": "28512",
  867. "comment_count": "12",
  868. "is_real": true,
  869. "is_on_sale": true,
  870. "is_alone_sale": true,
  871. "is_best": false,
  872. "is_new": true,
  873. "is_hot": false,
  874. "add_date": "2020-8-26 09:37:21",
  875. "last_modify_date": "2020-8-26 09:37:21",
  876. "seller_note": "",
  877. "shop_name": "京东商城",
  878. "tag": ["手机", "iPhone"],
  879. "goods_tip": "优惠"
  880. }, {
  881. "category_id": "",
  882. "goods_sn": "",
  883. "name": "Apple Watch Series 3智能手表(GPS款 42毫米 深空灰色铝金属表壳 黑色运动型表带 MQL12CH/A)",
  884. "keywords": "手机,iPhone",
  885. "goods_desc": "",
  886. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product6.jpg",
  887. "goods_banner_imgs": "",
  888. "goods_price": "2899",
  889. "remain_count": "999999",
  890. "month_sell_count": "640",
  891. "total_sell_count": "28512",
  892. "comment_count": "252",
  893. "is_real": true,
  894. "is_on_sale": true,
  895. "is_alone_sale": true,
  896. "is_best": false,
  897. "is_new": true,
  898. "is_hot": false,
  899. "add_date": "2020-8-26 09:37:21",
  900. "last_modify_date": "2020-8-26 09:37:21",
  901. "seller_note": "",
  902. "shop_name": "京东商城",
  903. "tag": ["手机", "iPhone"],
  904. "goods_tip": "自营"
  905. }, {
  906. "category_id": "", // 分类id
  907. "goods_sn": "", // 商品的唯一货号
  908. "name": "Apple iPhone X 256GB 深空灰色 移动联通电信4G手机", // 商品名称
  909. "keywords": "手机,iPhone", // 商品关键字,为搜索引擎收录使用
  910. "goods_desc": "", // 商品详细描述
  911. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product1.jpg", // 商品缩略图,用于在列表或搜索结果中预览显示
  912. "goods_banner_imgs": "", // 商品详情页的banner图地址
  913. "goods_price": "9999", // 商品价格
  914. "remain_count": "999999", // 库存数量
  915. "month_sell_count": "640", // 月销量
  916. "total_sell_count": "28512", // 总销量
  917. "comment_count": "980021", // 累计评论数
  918. "is_real": true, // 是否实物
  919. "is_on_sale": true, // 是否上架销售
  920. "is_alone_sale": true, // 是否能单独销售;如果不能单独销售,则只能作为某商品的配件或者赠品销售
  921. "is_best": false, // 是否精品
  922. "is_new": true, // 是否新品
  923. "is_hot": false, // 是否热销
  924. "add_date": "2020-8-26 09:37:21", // 上架时间
  925. "last_modify_date": "2020-8-26 09:37:21", // 最后修改时间
  926. "seller_note": "", //商家备注,仅商家可见
  927. "shop_name": "京东商城网上自营专卖店",
  928. "tag": ["手机", "iPhone"],
  929. "goods_tip": "自营"
  930. }, {
  931. "category_id": "",
  932. "goods_sn": "",
  933. "name": "Apple iPad 平板电脑 2018年新款9.7英寸",
  934. "keywords": "手机,iPhone",
  935. "goods_desc": "",
  936. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product2.jpg",
  937. "goods_banner_imgs": "",
  938. "goods_price": "3499",
  939. "remain_count": "999999",
  940. "month_sell_count": "640",
  941. "total_sell_count": "28512",
  942. "comment_count": "12",
  943. "is_real": true,
  944. "is_on_sale": true,
  945. "is_alone_sale": true,
  946. "is_best": false,
  947. "is_new": true,
  948. "is_hot": false,
  949. "add_date": "2020-8-26 09:37:21",
  950. "last_modify_date": "2020-8-26 09:37:21",
  951. "seller_note": "",
  952. "shop_name": "手机专卖店",
  953. "tag": ["手机", "iPhone"],
  954. "goods_tip": "优惠"
  955. }, {
  956. "category_id": "",
  957. "goods_sn": "",
  958. "name": "Apple MacBook Pro 13.3英寸笔记本电脑(2017款Core i5处理器/8GB内存/256GB硬盘 MupxT2CH/A)",
  959. "keywords": "手机,iPhone",
  960. "goods_desc": "",
  961. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product3.jpg",
  962. "goods_banner_imgs": "",
  963. "goods_price": "12999",
  964. "remain_count": "999999",
  965. "month_sell_count": "640",
  966. "total_sell_count": "28512",
  967. "comment_count": "156",
  968. "is_real": true,
  969. "is_on_sale": true,
  970. "is_alone_sale": true,
  971. "is_best": false,
  972. "is_new": true,
  973. "is_hot": false,
  974. "add_date": "2020-8-26 09:37:21",
  975. "last_modify_date": "2020-8-26 09:37:21",
  976. "seller_note": "",
  977. "shop_name": "北京京东自营店",
  978. "tag": ["手机", "iPhone"],
  979. "goods_tip": "秒杀"
  980. }, {
  981. "category_id": "",
  982. "goods_sn": "",
  983. "name": "Kindle Paperwhite电纸书阅读器 电子书墨水屏 6英寸wifi 黑色",
  984. "keywords": "手机,iPhone",
  985. "goods_desc": "",
  986. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product4.jpg",
  987. "goods_banner_imgs": "",
  988. "goods_price": "999",
  989. "remain_count": "999999",
  990. "month_sell_count": "640",
  991. "total_sell_count": "28512",
  992. "comment_count": "45",
  993. "is_real": true,
  994. "is_on_sale": true,
  995. "is_alone_sale": true,
  996. "is_best": false,
  997. "is_new": true,
  998. "is_hot": false,
  999. "add_date": "2020-8-26 09:37:21",
  1000. "last_modify_date": "2020-8-26 09:37:21",
  1001. "seller_note": "",
  1002. "shop_name": "上海手机直营店",
  1003. "tag": ["手机", "iPhone"],
  1004. "goods_tip": "秒杀"
  1005. }, {
  1006. "category_id": "",
  1007. "goods_sn": "",
  1008. "name": "微软(Microsoft)新Surface Pro 二合一平板电脑笔记本 12.3英寸(i5 8G内存 256G存储)",
  1009. "keywords": "手机,iPhone",
  1010. "goods_desc": "",
  1011. "goods_thumb": "https://img-cdn-qiniu.dcloud.net.cn/uploads/example/product5.jpg",
  1012. "goods_banner_imgs": "",
  1013. "goods_price": "8888",
  1014. "remain_count": "999999",
  1015. "month_sell_count": "640",
  1016. "total_sell_count": "28512",
  1017. "comment_count": "12",
  1018. "is_real": true,
  1019. "is_on_sale": true,
  1020. "is_alone_sale": true,
  1021. "is_best": false,
  1022. "is_new": true,
  1023. "is_hot": false,
  1024. "add_date": "2020-8-26 09:37:21",
  1025. "last_modify_date": "2020-8-26 09:37:21",
  1026. "seller_note": "",
  1027. "shop_name": "京东商城",
  1028. "tag": ["手机", "iPhone"],
  1029. "goods_tip": "优惠"
  1030. }],
  1031. "schema": {
  1032. "bsonType": "object",
  1033. "required": [
  1034. "goods_sn",
  1035. "name",
  1036. "remain_count",
  1037. "month_sell_count",
  1038. "total_sell_count",
  1039. "comment_count",
  1040. "is_real",
  1041. "is_on_sale",
  1042. "is_alone_sale",
  1043. "is_best",
  1044. "is_new",
  1045. "is_hot"
  1046. ],
  1047. "permission": {
  1048. "read": "doc.is_on_sale == true",
  1049. "create": false,
  1050. "update": false,
  1051. "delete": false
  1052. },
  1053. "properties": {
  1054. "_id": {
  1055. "description": "存储文档 ID(商品 ID),系统自动生成"
  1056. },
  1057. "category_id": {
  1058. "bsonType": "string",
  1059. "description": "分类 id,参考`opendb-mall-categories`表"
  1060. },
  1061. "goods_sn": {
  1062. "bsonType": "string",
  1063. "description": "商品的唯一货号",
  1064. "title": "货号"
  1065. },
  1066. "goods_price": {
  1067. "bsonType": "int",
  1068. "description": "商品价格"
  1069. },
  1070. "name": {
  1071. "bsonType": "string",
  1072. "description": "商品名称",
  1073. "title": "名称"
  1074. },
  1075. "keywords": {
  1076. "bsonType": "string",
  1077. "description": "商品关键字,为搜索引擎收录使用",
  1078. "title": "关键字"
  1079. },
  1080. "goods_desc": {
  1081. "bsonType": "string",
  1082. "description": "商品详细描述",
  1083. "title": "详细描述"
  1084. },
  1085. "goods_thumb": {
  1086. "bsonType": "string",
  1087. "description": "商品缩略图,用于在列表或搜索结果中预览显示",
  1088. "title": "缩略图地址",
  1089. "pattern": "^(http://|https://|/|./|@/)\\S"
  1090. },
  1091. "goods_banner_imgs": {
  1092. "bsonType": "array",
  1093. "description": "商品详情页的banner图地址"
  1094. },
  1095. "remain_count": {
  1096. "bsonType": "int",
  1097. "description": "库存数量",
  1098. "title": "库存数量"
  1099. },
  1100. "month_sell_count": {
  1101. "bsonType": "int",
  1102. "description": "月销量"
  1103. },
  1104. "total_sell_count": {
  1105. "bsonType": "int",
  1106. "description": "总销量"
  1107. },
  1108. "comment_count": {
  1109. "bsonType": "int",
  1110. "description": "累计评论数"
  1111. },
  1112. "is_real": {
  1113. "bsonType": "bool",
  1114. "description": "是否实物",
  1115. "title": "是否为实物"
  1116. },
  1117. "is_on_sale": {
  1118. "bsonType": "bool",
  1119. "description": "是否上架销售",
  1120. "title": "是否上架"
  1121. },
  1122. "is_alone_sale": {
  1123. "bsonType": "bool",
  1124. "description": "是否能单独销售;如果不能单独销售,则只能作为某商品的配件或者赠品销售"
  1125. },
  1126. "is_best": {
  1127. "bsonType": "bool",
  1128. "description": "是否精品"
  1129. },
  1130. "is_new": {
  1131. "bsonType": "bool",
  1132. "description": "是否新品",
  1133. "title": "是否新品"
  1134. },
  1135. "is_hot": {
  1136. "bsonType": "bool",
  1137. "description": "是否热销"
  1138. },
  1139. "add_date": {
  1140. "bsonType": "timestamp",
  1141. "description": "上架时间",
  1142. "defaultValue": {
  1143. "$env": "now"
  1144. }
  1145. },
  1146. "last_modify_date": {
  1147. "bsonType": "timestamp",
  1148. "description": "最后修改时间",
  1149. "defaultValue": {
  1150. "$env": "now"
  1151. }
  1152. },
  1153. "seller_note": {
  1154. "bsonType": "string",
  1155. "description": "商家备注,仅商家可见",
  1156. "permission": {
  1157. "read": false
  1158. }
  1159. },
  1160. "shop_name": {
  1161. "bsonType": "string",
  1162. "description": "店铺名"
  1163. },
  1164. "tag": {
  1165. "bsonType": "array",
  1166. "description": "商品标签"
  1167. },
  1168. "goods_tip": {
  1169. "bsonType": "string",
  1170. "description": "店铺标签"
  1171. }
  1172. }
  1173. }
  1174. }
  1175. }