JCQ 2022/04/06 暂时注释 打开后会执行每10s处理一次消息 xuhang

This commit is contained in:
807875765@qq.com
2022-04-06 16:08:41 +08:00
parent f8312c5656
commit 39be1d9d9e
6 changed files with 326 additions and 20 deletions

View File

@@ -27,3 +27,8 @@ func TestSaveJdsOrders(t *testing.T) {
}
fmt.Println("测试2")
}
func TestDecrypt(t *testing.T) {
InitKey()
fmt.Println(Decrypt("dGeoMeGNcXeT8iCHn3hTrCFYY8qfMnOptNcMFzAJA2/Dx/CPiZ526ec0NN0kWKs4+HwEGCLu9hAB9D0MIf8UB6q4G8IVgD3oXlOb89CFgGe0yO1HA9j51ESPFXh8=", "1"))
}