add 3 new api
This commit is contained in:
		| @@ -89,7 +89,7 @@ func (w *WestDexService) CallAPI(code string, reqData map[string]interface{}) (r | ||||
| 		if UnmarshalErr != nil { | ||||
| 			return nil, UnmarshalErr | ||||
| 		} | ||||
| 		if westDexResp.Code != "00000" { | ||||
| 		if westDexResp.Code != "00000" && westDexResp.Code != "0" { | ||||
| 			if westDexResp.Data == "" { | ||||
| 				return nil, errors.New(westDexResp.Message) | ||||
| 			} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user