1234567891011121314151617181920212223 |
- using System;
- namespace BasePayDemo
- {
- class Program
- {
- static void Main(string[] args)
- {
- // 聚合扫码类交易实例
- // TransDemo.TransTest();
-
- //商户分期配置查询测试
- //MerchantDemo.testQueryFqFee();
- //上传图片
- //UploadDemo.testUpload();
- V2MerchantBasicdataQueryRequestDemo.V2MerchantBasicdataQueryRequestDemoTest();
- Console.ReadLine();
- }
- }
- }
|