海王星辰iPAAS对外通用接口

第三方对接 开放接口


6.4 返回校验枚举

<h4>6.4 返回校验枚举</h4> <table> <thead> <tr> <th>返回msg                                          </th> <th>说明                                </th> <th>HTTP Status Code</th> <th>Business Status Code</th> </tr> </thead> <tbody> <tr> <td>Missing expired                                  </td> <td>无传入token                        </td> <td>401              </td> <td>401                  </td> </tr> <tr> <td>Please pass in the newly acquired token          </td> <td>已获取新token需传入新token          </td> <td>403              </td> <td>403                  </td> </tr> <tr> <td>Invalid token                                    </td> <td>无效令牌                            </td> <td>401              </td> <td>401                  </td> </tr> <tr> <td>Missing nonce                                    </td> <td>无传入nonce                        </td> <td>200              </td> <td>601                  </td> </tr> <tr> <td>Please replace the nonce                          </td> <td>nonce重复传入,重新生成nonce进行请求</td> <td>200              </td> <td>602                  </td> </tr> <tr> <td>Timestamp and server time out of acceptable range</td> <td>100秒有效期                        </td> <td>200              </td> <td>701                  </td> </tr> <tr> <td>sign签名错误                                      </td> <td>                                   </td> <td>200              </td> <td>801                  </td> </tr> <tr> <td>该商户[appKey]不存在或未关联                      </td> <td>无效商户Key                        </td> <td>200              </td> <td>1001                </td> </tr> <tr> <td>该商户[appKey]无方法访问权限                      </td> <td>商户无权限                          </td> <td>200              </td> <td>1002                </td> </tr> </tbody> </table>

页面列表

ITEM_HTML