Commit 2f963fb3 authored by 王海's avatar 王海

Merge remote-tracking branch 'origin/master'

parents 06d0a34a 0cc64af1
...@@ -29,7 +29,7 @@ public final class SystemUtil { ...@@ -29,7 +29,7 @@ public final class SystemUtil {
*/ */
public static String getDeviceModel() { public static String getDeviceModel() {
// return DeviceUtils.getModel(); // return DeviceUtils.getModel();
return "AECRC10"; return "X990";
} }
...@@ -57,7 +57,7 @@ public final class SystemUtil { ...@@ -57,7 +57,7 @@ public final class SystemUtil {
e.printStackTrace(); e.printStackTrace();
} }
} }
return "test2018"; return "test2019";
// return deviceSN; // return deviceSN;
} }
......
...@@ -563,7 +563,7 @@ ...@@ -563,7 +563,7 @@
<string name="settle_pay_result">支付结果</string> <string name="settle_pay_result">支付结果</string>
<string name="settle_pay_result_title">支付完成</string> <string name="settle_pay_result_title">支付完成</string>
<string name="settle_pay_succ">支付成功</string> <string name="settle_pay_succ">支付成功</string>
<string name="settle_pay_fail">支付失败</string> <string name="settle_pay_fail">支付超时</string>
<string name="settle_pay_time">交易时间</string> <string name="settle_pay_time">交易时间</string>
<string name="settle_pay_type">收款方式</string> <string name="settle_pay_type">收款方式</string>
<string name="settle_pay_count">商品总数</string> <string name="settle_pay_count">商品总数</string>
......
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 to comment