diff --git a/docs/interfaces.md b/docs/interfaces.md index 3769b61..dcf2f76 100644 --- a/docs/interfaces.md +++ b/docs/interfaces.md @@ -243,7 +243,7 @@ POST #### Request return |Name|Type|Description| |----|----|----| -|result|Boolean|We suggest you just return `true`, If you return `false`,imToken will always retry to send this notification to you, and it maybe repeat your hedge.| +|result|Boolean|We suggest you just return `true`. If you return `false`, Tokenlon will always retry to send this notification to you, and it maybe repeat your hedge.| ### exception interface @@ -280,4 +280,4 @@ curl -X POST \ #### return |Name|Type|Description| |----|----|----| -|result|Boolean|We suggest you just return `true`, **If you return `false`,imToken will always retry to send this notification to you, and it maybe repeat your processing.| \ No newline at end of file +|result|Boolean|We suggest you just return `true`. If you return `false`, Tokenlon will always retry to send this notification to you, and it maybe repeat your processing.| \ No newline at end of file