Authored by chenchao

match data type

... ... @@ -141,7 +141,7 @@ public class UserProxyService {
public boolean isEntryShop(int uid){
//入驻商户 method=ufo.user.isStoredSeller ,入参 uid
ApiResponse userInfo ;
com.yoho.tools.common.beans.ApiResponse userInfo ;
try {
userInfo = ufoServiceCaller.call("ufo.user.isStoredSeller", uid);
}catch (Exception ex){
... ...