檢查忘記密碼 - checkForgotPwd
GET
api/checkForgotPwd
请求参数
参数名
类型
描述
必填
name_chi
string
member name
必填
email_address
必填
成功返回
application/json参数名
类型
描述
forgotpwd_status
string
字符串 "success"
token
string
$member->online_acct_activkey
失敗返回
application/json参数名
类型
描述
必填
activation_status
string
字符串 “failure” or 字符串 "error"
必填
not_found_failure
array
not found reason message
必填
acc_status_failure
string
會員已被系統停用。
必填
no_match_failure
string
認證失敗,找不到所屬會員,如忘記電郵地址,請聯絡本中心職員
必填