4 lines
338 B
Python
Executable File
4 lines
338 B
Python
Executable File
SIGN_MAKE_FAIL = {"code": "sign_make_fail", "detail": "签名照生成失败,请重新上传"}
|
|
PKS_ERROR = {"code": "pks_error", "detail": "未获取到主键列表"}
|
|
WX_REQUEST_ERROR = {"code": "wx_request_error", "detail": "微信接口访问异常"}
|
|
XX_REQUEST_ERROR = {"code": "xx_request_error", "detail": "寻息接口访问异常"} |