5.9.1 搜索提货 (C#)

搜索提货

搜索提取的示例源代码
SearchPickupParameter par= new SearchPickupParameter(); par.PickupNo = new string[1]; par.PickupNo[0] = "PKR180907123822"; PickupClient client = new PickupClient(); PickupResponse response = client.ProcessPickup(par);

Copyright © 2019 Unixus Solutions Sdn. Bhd. All rights reserved.