摘要:
{ "IdentityAuthConfig": { "url": "http://api.chinadatapay.com/communication/personal/1882", "key": "" } } var ApiResponse = new IdentityAuthReply(); v
阅读全文
posted @ 2021-04-29 16:03
不知勿言
阅读(1951)
推荐(0)
摘要:
public class BankCardInfoProvider : IBankCardInfoProvider { private string _key; private string _url; private string _header; public BankCardInfoProvi
阅读全文
posted @ 2021-04-27 09:42
不知勿言
阅读(925)
推荐(0)
摘要:
/// <summary> /// 获取小程序二维码 /// </summary> /// <param name="req">订单id</param> /// <returns></returns> [HttpGet("GetAppletsQRCode")] public async Task<G
阅读全文
posted @ 2021-04-16 12:59
不知勿言
阅读(246)
推荐(0)
摘要:
using QRCoder; // 版本 1.4.1 /// <summary> /// 获取二维码地址 /// </summary> /// <param name="url"></param> /// <param name="pixelsPerModule"></param> /// <ret
阅读全文
posted @ 2021-04-15 19:03
不知勿言
阅读(193)
推荐(0)
摘要:
public class WXPayService : IPayService { public static readonly ILogger _logger = LogManager.GetCurrentClassLogger(); private static char[] constant
阅读全文
posted @ 2021-04-15 18:58
不知勿言
阅读(1138)
推荐(0)
摘要:
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> <GenerateDocumentationFile>true</GenerateDocumenta
阅读全文
posted @ 2021-04-13 10:40
不知勿言
阅读(113)
推荐(0)
摘要:
mysql 数据库: select * from GoodsTypes where EnterpriseCompanyId='f1d59e66-fe57-4004-a88f-b2e84d4ed3ad' order by convert(`name` USING gbk) .net standard
阅读全文
posted @ 2021-03-30 17:41
不知勿言
阅读(69)
推荐(0)
摘要:
LEFT JOIN 创建索引 INNER JOIN 创建索引
阅读全文
posted @ 2021-02-18 15:45
不知勿言
阅读(21)
推荐(0)
摘要:
1、命令行登录语法: mysql –u用户名 [–h主机名或者IP地址] –p密码 说明:用户名是你登录的用户,主机名或者IP地址为可选项,如果是本地连接则不需要,远程连接需要填写,密码是对应用户的密码。 2、修改密码 格式:mysqladmin -u用户名 -p旧密码 password 新密码 例
阅读全文
posted @ 2021-02-07 09:09
不知勿言
阅读(176)
推荐(0)
摘要:
Public sourceVal Private Sub Worksheet_Change(ByVal Target As Range) '判断是否等于历史 If sourceVal <> Target.Text Then If Target.Column = 1 Then Range("B" +
阅读全文
posted @ 2021-02-06 16:08
不知勿言
阅读(144)
推荐(0)