webservice的Authentication怎么赋值
webservice的Authentication怎么赋值 Delphi / Windows SDK/API
http://www.delphi2007.net/DelphiNetwork/html/delphi_200612311555493.html
mobilewebservice.Authentication.Create //do
mobilewebservice.Authentication.
//begin
user := intToStr(merchantID);
userSign := MD5(intToStr(merchantID) + '#' + my);
// end;
http://www.delphi2007.net/DelphiNetwork/html/delphi_200612311555493.html
mobilewebservice.Authentication.Create //do
mobilewebservice.Authentication.
//begin
user := intToStr(merchantID);
userSign := MD5(intToStr(merchantID) + '#' + my);
// end;