feat(user): 添加临时固定账户
This commit is contained in:
@@ -507,7 +507,6 @@ func processResponse(resp []byte, apiID string) ([]byte, error) {
|
||||
}
|
||||
|
||||
func processG09SC02Response(resp []byte) ([]byte, error) {
|
||||
// 使用 GJSON 递归搜索 "maritalStatus" 字段
|
||||
result := gjson.GetBytes(resp, "data.0.maritalStatus")
|
||||
|
||||
if result.Exists() {
|
||||
|
||||
Reference in New Issue
Block a user