QBFC有一个错误,无法正确编码。无法使用QBFC覆盖编码。您必须使用qbXML解决方案,或者如果在创建查询时使用IncludeRetElementList选项,则它应该正确编码。请记住,如果使用IncludeRetElementList,则必须指定要返回的确切字段。
ICustomerQuery custQuery = MsgRequest.AppendCustomerQueryRq(); custQuery.IncludeRetElementList.Add("ListID"); custQuery.IncludeRetElementList.Add("Name"); custQuery.IncludeRetElementList.Add("FirstName"); custQuery.IncludeRetElementList.Add("LastName"); custQuery.IncludeRetElementList.Add("ShipAddress");