@@ -42,28 +42,28 @@ The following table lists parameters to be set.
4242
4343## Sample Code
4444
45- ### 1 Send an Android data message.
45+ #### 1. Send an Android data message.
4646Code location: examples/sendDataMessage.java
4747
48- ### 2 Send an Android notification message.
48+ #### 2. Send an Android notification message.
4949Code location: examples/sendNotifyMessage.java
5050
51- ### 3 Send a message by topic.
51+ #### 3. Send a message by topic.
5252Code location: examples/sendTopicMessage.java
5353
54- ### 4 Send a message by conditions.
54+ #### 4. Send a message by conditions.
5555Code location: examples/sendConditionMessage.java
5656
57- ### 5 Send a message to a Huawei quick app.
57+ #### 5. Send a message to a Huawei quick app.
5858Code location: examples/sendInstanceAppMessage.java
5959
60- ### 6 Send a message through the WebPush agent.
60+ #### 6. Send a message through the WebPush agent.
6161Code location: examples/sendWebpushMessage.java
6262
63- ### 7 Send a message through the APNs agent.
63+ #### 7. Send a message through the APNs agent.
6464Code location: examples/sendApnsMessage.java
6565
66- ### 8 Send a test message.
66+ #### 8. Send a test message.
6767Code location: examples/sendTestMessage.java
6868
6969## Question or issues
0 commit comments