LINE購物訂單API發送過去後,看到有錯誤訊息,或是訂單回拋異常/失敗的情況,請問代表意義是什麼?
Fail, invalid IP [xxx.xx.xxx.x] 透過未經授權的 IP 發送訂單資料
Fail, site is not valid site 不合法
Fail, authkey is not valid authkey 不合法
Fail, shopid is not valid shopid 不合法
Fail, orderid is not valid orderid 不合法
Fail, ecid is not valid ecid 不合法
Fail, order total is not valid order total 不合法
Fail, order total is not valid int order total 非整數
Fail, fee total is not valid fee total 不合法
Fail, fee total is not valid int fee total 非整數
Fail, order time is not valid order_time 非日期格式
Fail, fee time is not valid fee time 非日期格式
Fail, order time changed ordertime 依據第一次回拋 orderinfo API 的值為準,不允許 ordertime 異動
Fail, order list is not valid. order_list 為不合法的 json 格式,或包含非文件規範的參數
Fail, fee list is not valid, from order id fee_list 為不合法的 json 格式
Fail, wrong fee list, decode
Fail. _fee_list 為不合法的 json 格式,可透過 json工具 檢查
Fail, Missing field 各欄位不允許為空值
Fail, order status is not valid 該訂單已發點,不允許回拋 orderfinish API
Fail, ordertime cannot be later than now ordertime 晚於伺服器的系統時間故不合法
Fail, feetime cannot be later than now. feetime 晚於伺服器的系統時間故不合法
Fail, order total is not valid. Only allowed 0and positive int.ordertotal 非正整數或 0 故不合法
Fail, fee total is not valid. Only allowed 0 and positive int.feetotal 非正整數或 0 故不合法
Fail, product_type is not valid product_type 依據第一次回拋 orderinfo API
的值為準,不允許 product_type 異動
Fail, sum. of product amount is not valid ordertotal 需等於 productamount 加總,誤差允許範圍為整數 0~10,超過誤差值則不合法
Fail, sum. of product_valid fee amount is notfeetotal 需等於 product fee 加總,誤差允許範圍為整數 0~10,超過誤差值則不合法
Fail, hash is not valid hash 錯誤,請檢查 hash 產生方式
Fail, opps somethings wrong plz try again 其他問題,請聯絡 LINE 購物窗口協助處理