new product

This commit is contained in:
2025-04-24 19:06:09 +08:00
parent b70b7abcda
commit 7c590a206a
3 changed files with 50 additions and 1 deletions

View File

@@ -2540,7 +2540,6 @@ func (a *ApiRequestService) ProcessG11BJ06Request(ctx context.Context, params []
}, nil
}
func (a *ApiRequestService) ProcessG29BJ05Request(ctx context.Context, params []byte) (*APIInternalResult, error) {
idCard := gjson.GetBytes(params, "id_card")
name := gjson.GetBytes(params, "name")
mobile := gjson.GetBytes(params, "mobile")