|
IAopClient client = new DefaultAopClient("https://openapi.alipay.com/gateway.do", AppId, PrivateKey, "json", "1.0", "RSA2", AlipayPublicKey, "utf-8", false);
|
|
IAopClient client = new DefaultAopClient("https://openapi.alipay.com/gateway.do", AppId, PrivateKey, "json", "1.0", "RSA2", AlipayPublicKey, "utf-8", false);
|
|
// imageBase64 = imageBase64.Substring(imageBase64.IndexOf(";base64,") + 8);
|
|
// imageBase64 = imageBase64.Substring(imageBase64.IndexOf(";base64,") + 8);
|