#ifndef _LE_ALIPAY_H #define _LE_ALIPAY_H #include #include "app_config.h" void alipay_init(void); void alipay_exit(void); #endif