d class="lines-num lines-num-old"> 385
+    public void setOrderServiceListener(OrderServiceListener listener){
386
+        this.listener = listener;
387
+    }
388
+
389
+    public interface OrderServiceListener{
390
+        void onOrderArrived();
391
+        void onOrderCompleted();
392
+    }
393
+
375 394
 }

+ 2 - 0
app/src/main/res/values/strings.xml

@@ -148,5 +148,7 @@
148 148
 
149 149
     <string name="input_no_water_print_price">请设定去水印照片价格(单位 分)</string>
150 150
 
151
+    <string name="prepare_in_processing">正在准备中,请稍后进行拍摄</string>
151 152
 
153
+    <string name="new_order_and_check_box">您后台有新的订单,请检查box是否连接</string>
152 154
 </resources>

tamron - Gogs: Go Git Service

No Description

Brightcells: 1db38b5f89 Initial 8 years ago
..
extend.php 1db38b5f89 Initial 8 years ago