This commit is contained in:
Mrx
2026-03-11 15:05:51 +08:00
parent a083fdca46
commit 0dc053420a
4 changed files with 20 additions and 4 deletions

View File

@@ -1574,6 +1574,5 @@ func (a *ApiRequestService) ProcessIVYZ3P9MRequest(params []byte) ([]byte, error
if err != nil {
return nil, err
}
return convertTianyuanResponse(resp)
}