Commit db061a89 by patpat

删除测试代码

parent ffeca9ea
......@@ -101,12 +101,7 @@ class MainActivity : BaseActivity() {
_sn.text = "SN: ${App.getDeviceSN()}"
if (BuildConfig.DEBUG) {
_message.setOnClickListener {
// App.testQRCode = "380000000000000000"
val json = JSONObject()
json.put("logType", "app")
json.put("startTime", "2019-11-20")
json.put("endTime", "2019-11-29")
LogAction.exec(json)
App.testQRCode = "380000000000000000"
}
_debug.setOnClickListener {
_debug.visibility = View.GONE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment