service-error-shopping.yml 12.6 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466
200001001:
  message: "request params can not be empty"
  gwError: 400:请求参数不能为空

200001002:
  message: "product sku can not be empty"
  gwError: 400:加入商品不能为空

200001003:
  message: "shopping key can not be empty"
  gwError: 400:shopping key can not be empty

200001004:
  message: "this product can not be purchased more"
  gwError: 500:此商品不能购买更多!!!

200001005:
  message: "shopping cart only add up to 50 paragraph Goods"
  gwError: 500:购物车中最多加入50款商品

200001006:
  message: "no user information."
  gwError: 500:没有用户信息.

200001007:
  message: "shopping cart is empty"
  gwError: 200:没有购物车信息.

200001008:
  message: "product storage num is not enough"
  gwError: 500:你选择的商品库存不足.

200001009:
  message: "the current version does not support your electronic ticket purchase, please try again after the update version."
  gwError: 500:你当前的版本不支持电子票的购买,请更新版本后再试.

200001010:
  message: "without this product."
  gwError: 500:没有这个产品.

200001011:
  message: "the current version does not support the sale of goods purchase, please update to the latest version."
  gwError: 500:当前版本不支持预售商品购买,请更新最新版本.

200001012:
  message: "the last product,can not remove"
  gwError: 500:最后一件商品了.

200001013:
  message: "product_sku_list is null."
  gwError: 400:product_sku_list is null.

200001014:
  message: "packet is error."
  gwError: 501:数据包错误.

200001015:
  message: "swap data is error."
  gwError: 400:替换商品数据不正确.

200001016:
  message: "uid can not be null."
  gwError: 400:UID不能为空

200001017:
  message: "goods does not belong to this promotion."
  gwError: 500:商品不属于本次活动

200001018:
  message: "the number of the coupon does not meet the requirements."
  gwError: 500:未达到该优惠券要求的商品数量

200001019:
  message: "the amount of the coupon does not meet the requirements"
  gwError: 500:未达到该优惠券要求的商品金额

200001020:
  message: "the order is free,you can use coupon next time"
  gwError: 500:订单已免邮,免邮券下次再用吧

200001021:
  message: "there can not use the coupon goods"
  gwError: 500:没有可以使用优惠券的商品

200001022:
  message: "the coupon code can not be null"
  gwError: 400:没有选中优惠券.

200001023:
  message: "shopping cart is null when query"
  gwError: 500:请选择要移除的商品.

200001024:
  message: "shopping cart is null when increase"
  gwError: 500:增加商品异常.

200001025:
  message: "shopping cart is null when decrease"
  gwError: 500:减少商品异常.

200001026:
  message: "shopping cart is null when remove"
  gwError: 500:请选择要移除的商品.

200001027:
  message: "shopping cart is null when swap"
  gwError: 500:减少商品异常.

200001028:
  message: "shopping cart is null when payment"
  gwError: 500:请选择要移除的商品.

200001029:
  message: "shopping cart is null when count"
  gwError: 500:获取总数错误.

200001030:
  message: "shopping cart is null when selected"
  gwError: 500:选择商品异常.

200001031:
  message: "shopping cart is null when compute"
  gwError: 500:请选择要移除的商品.

200001032:
  message: "shopping cart is null when usecoupon"
  gwError: 500:请选择要移除的商品.

200001033:
  message: "shopping cart is null when submit"
  gwError: 500:请选择要移除的商品.

200001034:
  message: "shopping cart is null when addfavorite"
  gwError: 500:请选择要移除的商品.

200001040:
  message: "order has been created."
  gwError: 500:订单已经创建.

200001041:
  message: "Get order code failed!"
  gwError: 500:获取订单号失败!

200001042:
   message: "promotion  not exist"
   gwError: 500:促销活动不存在.

200001043:
   message: "submit erp order  missing goods list"
   gwError: 500:缺少提交ERP订单商品.

200001044:
   message: "submit erp order  missing fields"
   gwError: 500:提交ERP缺少字段.

200001045:
   message: "submit erp order  missing fields"
   gwError: 500:提交ERP订单商品缺少字段.

200001046:
   message: "submit erp order  missing fields"
   gwError: 500:配送信息缺少字段.

200001047:
    message: "submit erp order promotion error"
    gwError: 500:提交ERP促销数据错误.

200001048:
    message: "create order failed, please try again later."
    gwError: 500:创建订单失败,请稍后再试.

200001049:
    message: "local order missing field"
    gwError: 500:缺少字段.


200001050:
     message: "yoho coin beyond currency amounts."
     gwError: 500:超出有货币使用数量.

200001051:
     message: "sku buy number over buy limit."
     gwError: 500:商品购买数量超过了限购数量

200001052:
     message: "call erp order status interface exception."
     gwError: 500:创建订单失败,请稍后再试.

200001053:
     message: "submit order,address id is null."
     gwError: 400:配货地址不能为空.

200001054:
     message: "submit order,payment type is null."
     gwError: 400:请选择支付方式.

200001055:
     message: "submit order,payment type or payment id is null."
     gwError: 400:请选择支付方式.

200001056:
     message: "call erp order status interface.response not 200."
     gwError: 500:创建订单失败,请稍后再试.

200001057:
     message: "add favorite error"

200001058:
     message: "call erp order create interface.response not 200."
     gwError: 500:{0}.

200001059:
     message: "create order ,sku list can not be empty."
     gwError: 500:商品库存不足或已被抢光.

200001060:
    message: "coupons and promotion code can not be used at the same time."
    gwError: 400:优惠券和优惠码不可叠加使用.

200001061:
    message: "promotin code not meeting promoiton condition"
    gwError: 500:对不起,您的购物车商品不满足优惠码使用条件!

200001062:
  message: "promotion code not exist"
  gwError: 500:优惠码不存在!

200001063:
    message: "user or client ip in blacklist"
    gwError: 500:由于您的帐号在我公司的商城上存在不良消费记录,短期内将暂时无法购买,请您谅解。

200001064:
    message: "order is pay by cash, the last order amount can not be more than ¥5000"
    gwError: 500:货到付款,订单金额不能超过5000元.

200001065:
    message: "shopping key length overlimit 32"
    gwError: 500:参数shopping_key长度超过32个字符.

200001066:
  message: "product storage num is not enough"
  gwError: 500:你选择的商品 {0} 库存不足.

200001067:
  message: "shopping cart version not support"
  gwError: 500:加入失败!版本过低,请更新。

200001068:
  message: "illegal parameter"
  gwError: 500:非法参数.

200001069:
  message: "request yoho coin amount more than last order amount"
  gwError: 500:您最多使用{0}个有货币

200001070:
  message: "user is in backlist"
  gwError: 500:您的账户短时间内存在安全隐患,请联系客服

200001071:
  message: "order must be paid online"
  gwError: 500:{0}

200001072:
  message: "order amount is zero,it is impossible"
  gwError: 500:订单异常.商品金额为0

200001073:
  message: "order amount over limit ¥20000"
  gwError: 500:订单金额不能超过20000元

200001074:
  message: "jit supplier is error"
  gwError: 500:jit商品供应商错误

200001075:
  message: "this cartType is not be supported now"
  gwError: 500:购物车类型不支持 
200021001:
  message: "the mobile is invalid"
  gwError: 400:手机号码格式错误 
200021002:
  message: "the product attribute is not supported"
  gwError: 400:所购商品非电子商品 
200021003:
  message: "the ticket sysconfig is null"
  gwError: 500:电子票sys配置项为空
200021004:
  message: "has buy the ticket "
  gwError: 500:每人每场只可买4张票,不要贪心哦!
200021005:
  message: "the ticket sizeName's format is not right"
  gwError: 500:电子票sizezname属性不对。

200021006:
  message: "submit order fail"
  gwError: 500:下单失败.

200021007:
  message: "order amount error"
  gwError: 500:订单金额异常.

200021008:
  message: "repeatable order submit"
  gwError: 500:您多次提交过快,请稍后再试.

200021009:
  message: "version is old,must upgrade version"
  gwError: 500:版本过低,请更新.

200021010:
  message: "the product is not support yoho instalment"
  gwError: 500:商品不支持有货分期.

200021011:
  message: "offline product storage lock failed"
  gwError: 500:线下店商品锁库存失败.

200021012:
  message: "offline product storage unlock failed"
  gwError: 500:线下店商品库存解锁失败.

200021013:
  message: "offline check storage failed"
  gwError: 500:线下店商品库存解锁失败.

200021014:
  message: "offline query storage failed"
  gwError: 500:线下店查询库存失败.

200021015:
  message: "offline QR bind failed"
  gwError: 500:线下店手环绑定失败.

200021016:
  message: "offline QR activate failed"
  gwError: 500:线下店手环激活失败.

200021017:
  message: "offline QR not match"
  gwError: 500:线下店手环不匹配.
  
200021018:
  message: "payment offline storage unsatisfy"
  gwError: 500:线下店库存失效,请在商品页重新购买.
 
200021019:
  message: "submit offline storage unsatisfy"
  gwError: 500:下单失败,库存失效,请重新购买商品.
  
200021020:
  message: "payment offline storage not enough"
  gwError: 500:线下店结算库存不足.
 
200021021:
  message: "submit offline storage not enough"
  gwError: 500:下单失败,库存不足.

200022010:
  message: "the product is not support seckill"
  gwError: 500:商品不支持秒杀.

200022011:
  message: "the seckill activity does not support this operation"
  gwError: 500:秒杀活动不支持该操作.

200022012:
  message: "the product can only buy one"
  gwError: 400:商品只能购买一件,不要贪心哦~

200022013:
  message: "the seckill product does not support to add shopping cart"
  gwError: 500:请下载最新版本,才能在商品详情页享受秒杀价.

200022014:
  message: "the seckillable product only buy one in 24h"
  gwError: 500:同一个秒杀商品只能抢一件,不要贪心哦~

200022015:
  message: "you do not have permission to activate "
  gwError: 500:您没有激活的权限,请联系店长.

200022016:
  message: "illegal parameter, delete failed "
  gwError: 500:非法参数,删除失败.  

200022017:
  message: "can not change the number of gift"
  gwError: 500:不能修改赠品、加价购商品数量.

200022018:
  message: "the secKill goods was sold out"
  gwError: 500:商品库存不足,再看看其他商品吧.

200022019:
   message: "the secKill activity has not start"
   gwError: 500:秒杀活动还没开始,请耐心等待.

200022020:
  message: "the secKill activity is over"
  gwError: 500:秒杀活动已经结束,请刷新再试.

200022021:
  message: "the product is not support yoho deposit"
  gwError: 500:商品不支持有货定金预售.

200022022:
  message: "lock storage failed"
  gwError: 500:锁定库存失败.

200022023:
  message: "the product is not support yoho deposit"
  gwError: 500:商品库存不足,请再看看其他商品吧.

200022024:
  message: "the shopping cart is invalid"
  gwError: 500:购物车已失效.

200022025:
  message: "the product is over yoho deposit"
  gwError: 500:商品活动已经结束,请再看看其他商品吧.

200022026:
  message: "not enough storage for activate"
  gwError: 500:商品库存不足,激活失败.

200022027:
  message: "product storage num is not enough"
  gwError: 500:{0}商品库存不足或已售罄.

200022028:
  message: "the activity is invalid"
  gwError: 500:活动无效.

200022029:
  message: "the same skn can only be buy once in an activity"
  gwError: 500:在一个活动中,同一个skn只能购买一个.

200022030:
  message: "the skn does not belong to the activity"
  gwError: 500:skn不属于该活动.

200022031:
  message: "the skn of an activity must be buy"
  gwError: 500:活动中的skn必须购买.

200022032:
  message: "the product bundle info not exist"
  gwError: 500:没有商品bundle信息.

200022033:
  message: "shopping cart not support to add the special product"
  gwError: 500:抱歉,该商品仅支持在最新版本app购买,请升级!

200022034:
  message: "the buy mumber of product does not meet the condition"
  gwError: 500:商品 {0} 购买数量未达到 {1} 件

200022035:
  message: "the buy mumber of product does not meet the condition when add shopping cart"
  gwError: 500:商品{0}件起购

200009999:
    message: "nonknown exception"
    gwError: 500:系统错误.