This commit is contained in:
unknown 2023-08-29 17:57:22 +08:00
parent e64d8c942a
commit 899b027ef3

View File

@ -54,7 +54,7 @@ class RequestUtils{
$req=Array();
}else if(is_array($req)){
//
}else if(is_a($req,"com\junziqian\sdk\bean\Req2MapInterface")){
}else if(is_a($req,"junziqian\sdk\bean\Req2MapInterface")){
$req=$req->build();
}else{
throw new ResultInfoException("不支持的请求req");