?? registered_delivery.java
字號:
package com.khan.sms;
/**
* <p>Title: </p>
*
* <p>Description: </p>
*
* <p>Copyright: Copyright (c) 2006</p>
*
* <p>Company: </p>
*
* @author not attributable
* @version 1.0
*/
public class Registered_Delivery {
/**0:不需要狀態(tài)報告*/
public static final int DONT_NEED_REPORT =0;
/**需要狀態(tài)報告*/
public static final int NEED_REPORT =1;
/**2:產(chǎn)生SMC話單(該類型短信僅供網(wǎng)關(guān)計費使用,不發(fā)送給目的終端)*/
public static final int SMC_CHARGE =2;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -