|
@@ -39,6 +39,8 @@ func CallBack(r *ghttp.Request) {
|
|
service.JyInvoiceManager.ScanLogin <- flag
|
|
service.JyInvoiceManager.ScanLogin <- flag
|
|
case "quit":
|
|
case "quit":
|
|
t := r.Get("taskType").String()
|
|
t := r.Get("taskType").String()
|
|
|
|
+ data := r.Get("data").String()
|
|
|
|
+ g.Dump("quit--", data)
|
|
switch t {
|
|
switch t {
|
|
case "2": //电子发票开具
|
|
case "2": //电子发票开具
|
|
service.JyInvoiceManager.ReleasePool() //可进行下次开票请求
|
|
service.JyInvoiceManager.ReleasePool() //可进行下次开票请求
|