You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Patrick Peng Sun 2f7f89d234 delete temp record 8 년 전
.vscode initial commit 9 년 전
media_for_test add music thumb for test 9 년 전
sample_data test CRUD entity with "Lead", and trying create duplicate to handle errors. 8 년 전
.gitignore chat state test done. 9 년 전
accessToken.go added networking access fatal error message 9 년 전
accessToken_test.go using global setup for all test cases introducing TestMain 8 년 전
chatSession.go check expired session. 9 년 전
chatSession_test.go chat session re-invented. 9 년 전
chatState.go change test user to 刘建明 9 년 전
chatState_test.go remove outdated test 9 년 전
common_test.go using global setup for all test cases introducing TestMain 8 년 전
config.go read CRM wechat API from different config file 9 년 전
configCRM.go read CRM wechat API from different config file 9 년 전
crmAttachment.go download attachment and save as a new name 9 년 전
crmAttachment_test.go using global setup for all test cases introducing TestMain 8 년 전
crmEntity.go crmSite using global config. change global config should be restored and should be quickly as much as possible. 8 년 전
crmEntity_test.go using global setup for all test cases introducing TestMain 8 년 전
crmLead.go Lead ID is omitable when create new.. (http POST) getLead by ID is added as a wrapper for crmGetEntity 8 년 전
crmLeadStream.go before crm-cRUD-generalization 8 년 전
crmLeadStream_test.go using global setup for all test cases introducing TestMain 8 년 전
crmLead_test.go using global setup for all test cases introducing TestMain 8 년 전
crm_config.json read CRM wechat API from different config file 9 년 전
customMenu.go added home page and changed click to scan and photo command 9 년 전
customMenu_test.go using global setup for all test cases introducing TestMain 8 년 전
download.go download file get correct suffix 9 년 전
download_test.go material count download is successful 9 년 전
encrypt_test.go using global setup for all test cases introducing TestMain 8 년 전
errorHttp.go error http can detect duplicate crm records now. 8 년 전
errorHttp_test.go special http response error is created for further diagnostic of errors when doing CRM http request. 8 년 전
eventSubscribe.go using createEntity instead of hardcoded http request. 8 년 전
eventSubscribe_test.go delete temp record 8 년 전
fileinfo.go ensure path exist moved here. 9 년 전
fileinfo_test.go test mime type 9 년 전
inEvent.go first test case passed 9 년 전
inMsg.go added scancode-Info and scan-Pics-info for event scan and upload pics. 9 년 전
inMsg_test.go using global setup for all test cases introducing TestMain 8 년 전
kfsend.go try nick name test 9 년 전
kfsend_test.go using global setup for all test cases introducing TestMain 8 년 전
kfuser.go kf user nick name to acc id has been tested. 9 년 전
kfuser_test.go using global setup for all test cases introducing TestMain 8 년 전
latlong.go all longtitude latitude functions 9 년 전
main.go init all proc 9 년 전
material.go article test case nexted structure worked. 9 년 전
material_test.go using global setup for all test cases introducing TestMain 8 년 전
mediaID.go added TODO tag 9 년 전
menu.json default menu in json 9 년 전
messageEncrypt.go first test case passed 9 년 전
outMsg.go download file get correct suffix 9 년 전
outMsg_test.go using global setup for all test cases introducing TestMain 8 년 전
outTemplateMsg.go 12 template, tests all done. 9 년 전
outTemplateMsg_test.go using global setup for all test cases introducing TestMain 8 년 전
procDummy.go added unique procname identifier for each procedure 9 년 전
procEcho.go added voice command 9 년 전
procGetBasicUserInfo.go added unique procname identifier for each procedure 9 년 전
procedure.go revise proc interface to include sessionData 9 년 전
qrcode.go temp qr message 9 년 전
qrcode_test.go using global setup for all test cases introducing TestMain 8 년 전
randomstring.go random string facility moved to standalone file. 9 년 전
serveCommand.go remove duplicate reply test. 9 년 전
serveEvents.go move subscribe event to it's own handler. 8 년 전
server.go using InWechagMsg member function. 9 년 전
server_config.json move public account id to config 9 년 전
server_test.go using global setup for all test cases introducing TestMain 8 년 전
sessionManager.go remove debug msg 8 년 전
sync_wechat_token.sh bug fix in startJob, we should not assign s back to m.sessions[openID] as it conflicts with sessionmanager with 'counter' attribute. 8 년 전
todo.tasks added API call error message retrieval (not tested) 9 년 전
upload.go format http println 8 년 전
upload_test.go using global setup for all test cases introducing TestMain 8 년 전
wechatApiError.go change test user to 刘建明 9 년 전
wechatMsg.go safeguard more than 1 reply panic 9 년 전
wechat_hitxy change test user to 刘建明 9 년 전